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?
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?
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