【热更逻辑】修改热更逻辑

main
刘涛 2026-04-10 11:26:07 +08:00
parent 7f024eb24b
commit a27a9f6ecc
2 changed files with 2 additions and 2 deletions

View File

@ -299,7 +299,7 @@ public class GameLauncher : MonoBehaviour
Debug.Log("需要热更新,开始加载程序集");
_hybridCLRHelper = new HybridCLRHelper();
_hybridCLRHelper.SetDllList(AOTGenericReferences.PatchedAOTAssemblyList);
_hybridCLRHelper.RegistLoader(_simpleLoader);
_hybridCLRHelper.RegisterLoader(_simpleLoader);
await _hybridCLRHelper.LoadAssemblies();
Debug.Log("加载程序集结束!");

@ -1 +1 @@
Subproject commit 3b7e1f3755c322bcf55859150e83b3ce3b229db4
Subproject commit ca6b57d45750b1ee4073520875620a990826d9c2