/// <summary> /// 执行热更新 /// </summary> private void RunHotFixVrCoreEntity() { //热更代码入口处 _hotFixVrCoreEntity = Appdomain.Instantiate <SubMonoBehavior>("HotFix.Taurus.HotFixMode"); #if UNITY_EDITOR if (_hotFixVrCoreEntity == null) { UnityEngine.Debug.LogError("_hotFixVrCoreEntity == null \n 无法进入热更代码!"); } #endif }