pomelo-unitychat-socket
pomelo-unitychat-socket copied to clipboard
Unity hangs after exiting play mode
I noticed that the library causes Unity to hang for a long time after I exit the play mode. Is this cause by the plugin or the opened socket?
Looks like there are two OnApplicationQuit method, one in LoginGUI and another in ChatGUI. Deleting one of them solved the problem. They must be clashing into each other and causing the hang.