AppWarp RoomID in Unity SDK

247 views Asked by At

I'm creating app in Unity and faced with problem in room id.

I create an "AppWarp Realtime Multiplayer Backend" app in App42 Cloud API but i do not see Roomid varible but it is in Unity.

What i'm doing wrong?

APP WARP OUTPUT IMAGE

UNITY EDITOR OUTPUT

2

There are 2 answers

0
dev-masih On BEST ANSWER

After you connect to AppWrap API using your API key and Secret key (I don't think you should show us those keys in your picture you better remove them) your should create a room or a lobby yourself to interact with other players in it.
consider reading Standard User Guide that AppWarp provided there are also some useful tutorials available on that page.
also there is a C# Reference API avaliable here

1
Naveen On

I hope you have created the dynamic room using the APIs. In AppHQ (App42 Cloud API) dashboard, you can only see the static rooms. Dynamic rooms which have been created using AppWarp APIs will not be visible in AppHQ dashboard.