socket.io-unity icon indicating copy to clipboard operation
socket.io-unity copied to clipboard

Starting scene is very slow.

Open zoecarver opened this issue 8 years ago • 1 comments

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!

zoecarver avatar Jul 17 '17 22:07 zoecarver

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.

Robindm80 avatar Nov 02 '17 13:11 Robindm80