private void OnApplicationQuit() { #if UNIWEBVIEW3_SUPPORTED #if UNITY_EDITOR_WIN || ((UNITY_STANDALONE_WIN || UNITY_WSA) && !UNITY_EDITOR) UniWebViewInterface.Release(); #endif #elif UNIWEBVIEW2_SUPPORTED #if UNITY_EDITOR_WIN || ((UNITY_STANDALONE_WIN || UNITY_WSA) && !UNITY_EDITOR) UniWebViewPlugin.Release(); #endif #else WWebViewPlugin.Release(); #endif }