I was wondering if there was an identifier for a player which I can use to reconnect them and attach them to the same GameObject again. I was thinking of doing something like this by subclassing the NetworkManager. But this requires an identifier for the player, and to be able to get that again when they reconnect.
How do I reconnect a player and have them control the same game object again.
↧