colyseus / colyseus-unity-sdk

⚔ Colyseus Multiplayer SDK for Unity
https://docs.colyseus.io/getting-started/unity-sdk/
MIT License
371 stars 102 forks source link

Game Object Destroyed when coming back to the scene #174

Open ajeshyohan opened 3 years ago

ajeshyohan commented 3 years ago

I am creating a room using JoinoorCreate inside async void start() that works fine, on press exit button I am leaving the room and going to the other scene(menu), then when coming back to the gaming scene the game object gets destroyed which has the script to createorjoin room