I have the lobby stored in server and now I want to spawn player objects for all the connected client at the start of the game.
I need to assign this object some additional data such as name and team selected by them in lobby.
However, there seems to be no way for me to associate which lobby player is associated with which connected client for which I am spawning players.
Help is appreciated.