Пример #1
0
 void OnDisable()
 {
     #if !UNITY_WEBPLAYER
     // so that files won't be kept open when exiting play mode in editor
     gua.closeOfflineCacheFile();
     #endif
 }
Пример #2
0
    void OnDisable()
    {
        #if !UNITY_WEBPLAYER
        // so that files won't be kept open when exiting play mode in editor
        gua.closeOfflineCacheFile();
        #endif

        if (sendExceptions)
        {
            Application.RegisterLogCallback(null);
        }
    }