floatinghotpot / socket.io-unity

socket.io client for Unity, power game client with node.js back-end
494 stars 76 forks source link

Starting scene is very slow. #2

Open zoecarver opened 7 years ago

zoecarver commented 7 years ago

When I start the demo scene it usually takes more than 30 seconds. I am wondering why this is or if there is a fix for it.

Thanks for the awesome package!

Robindm80 commented 6 years ago

I had the same problem, but I added a small a onapplicationclose: void OnApplicationQuit() { DoClose(); }

This helped me, I hope it solves your problem as well.