热更流程完成
This commit is contained in:
@@ -11,6 +11,8 @@ public class PatchManager : Singleton<PatchManager>
|
||||
|
||||
MainOperation _mainOperation = new MainOperation(playMode);
|
||||
await _mainOperation.Execute();
|
||||
await HotDllLoader.Inst.LoadDepDll(YooAssets.GetPackage("Main"));
|
||||
await HotDllLoader.Inst.LoadDll(YooAssets.GetPackage("Main"), "GameScripts.Main");
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user