public override void OnDestroy()
 {
     if (m_NativeController != null)
     {
         m_NativeController.Destroy();
         m_NativeController = null;
     }
 }
        public override void OnDestroy()
        {
#if !UNITY_EDITOR_OSX
            if (m_NativeController != null)
            {
                m_NativeController.Destroy();
                m_NativeController = null;
            }
#endif
        }