unity3d - Unity and Photon Networking - Wait for other players -


i trying integrate multiplayer option unity game photon networking. however, have questions: created gui unity's new gui system. not using ongui @ all. trying let user create room. after he/she created room, user redirected in sort of "waiting room" in waits other players join. how done? tutorials cover how jump right game. want them inside "waiting room" , start game (by switching scene) once max players reached.

i able create room in editor. made build can test out on laptop. tried show rooms inside update(). won't show rooms @ although i've created one.

i think i'm missing out on something, tips?

thanks!

what prevents using photon lobby system? player created room sits in room , waits while other players in lobby choose room join.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -