I'm using PUN v1.81 and Unity 5.6.0p2
I have my multiplayer lobby working fine in the editor, and fine in Windows Store builds.
I'm now porting my game to Android, and nothing happens, no best region is created for the player, no room is created or joined, just nothing... happens..
Is there something specific I need to do for Android builds I may be missing?
I have the following permissions in my manifest..
Is there something else I might be missing?
I have my multiplayer lobby working fine in the editor, and fine in Windows Store builds.
I'm now porting my game to Android, and nothing happens, no best region is created for the player, no room is created or joined, just nothing... happens..
Is there something specific I need to do for Android builds I may be missing?
I have the following permissions in my manifest..
<uses-permission android:name="android.permission.INTERNET" /><uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Is there something else I might be missing?