My player seems to be getting destroyed while switching channels. Walking around a streaming map he disappears. While debugging OnDestroy() I can see the player still in channel 60 and 64. Of course this is after he is destroyed.
It took awhile to trace why he was getting destroyed. If I remove the TNObject, he won't be destroyed. I'm only testing on one device and this still happens. I am thinking he is getting destroyed on the transfer, but he is not making the transition to the new channel.
I am using the ExamplePlayerAvatar.cs script for channel transfer.
Thoughts?
Edit:
Playing with the multiple channel example scene. If you spawn in two cars. The second car has priority. Which means the second will take control of the camera and won't be destroyed while switching channels. In my case, perhaps it doesn't know. I can't seem to find anything yet that lets TNet know not to destroy the object while transferring channels.