Here is my problem : I know that you can spawn a prefab with NetworkServer.Spawn() but I don’t know how to use properly NetworkServer.AddPlayerForConnection() before, to attribute the object to a player.
So here is my question : how do I know the connectionID of a player to use the AddPlayerForConnection ?