When a player disconnects, I would like to keep their GameObject in the scene for a little while, rather than have it immediately destroyed. Is there a supported way of doing this? I suppose an alternative is to set up a separate GameObject that isn't a NetworkBehaviour to represent the players, though this will make the code less intuitive.
↧