This is simple Game project using pun service.
I am going to get other player objects info after scene loaded. But it doesn’t work.
I also use counter down script and startcoroutine func for synchronization and time delay.
but some player objects is loaded and some others loaded after getting data.
I am doing googling for two days but can’t find proper answer. please help me.
thank you in advance.
The Asteroids Demo in the PUN 2 package has a “ready” screen, where players can let others know they are OK to start the game. This can be used to signal “I’m done loading”, too.
There is also a count down timer to actually start the game.
Please take a look at the docs and the sample, then experiment with a small scale prototype.