- Home /
Question by
Samali93 · Sep 09, 2016 at 04:36 AM ·
errornetworkingmultiplayerlobby
[Multiplayer Lobby] Spawned enemies not seen in client's space....
I tried the multiplayer example given in the tutorial, it worked fine when I used the network NetworkManagerHUD. But now I have used the sample lobby given in the asset store... I use one instance as the server and instances of the client and the enemy though they are spawned correctly (I hosted the server on the unity game view) it's not shown in the client windows.... How can I solve this???
Comment
Best Answer
Answer by Samali93 · Sep 09, 2016 at 10:33 AM
Hi, I managed to "solve" this on my own. The spawnable prefabs have to be defined in the Lobby Manager in the same way it's done for the Metwork Manager....