#Player Manager

1 messages · Page 1 of 1 (latest)

nocturne hinge
#

I guess it depends on what you are using Networking and if you are using a Lobby service.

I'm using NGO and Unity Lobby. Player data is stored in the Lobby, so I can populate my player manager locally before even connecting to the game server.
If its after connecting to the server and loading a pre game lobby then you can use OnClientConnectedCallback to populate your player manager.