Exemple #1
0
    private void OnApplicationQuit()
    {
#if UNITY_ANDROID && !UNITY_EDITOR
        if (VideoPlayerPtr != IntPtr.Zero)
        {
            Release();
        }

        SvrGlobalVariable.Release();
#endif
    }