【热更逻辑】修改热更逻辑
parent
7f024eb24b
commit
a27a9f6ecc
|
|
@ -299,7 +299,7 @@ public class GameLauncher : MonoBehaviour
|
||||||
Debug.Log("需要热更新,开始加载程序集");
|
Debug.Log("需要热更新,开始加载程序集");
|
||||||
_hybridCLRHelper = new HybridCLRHelper();
|
_hybridCLRHelper = new HybridCLRHelper();
|
||||||
_hybridCLRHelper.SetDllList(AOTGenericReferences.PatchedAOTAssemblyList);
|
_hybridCLRHelper.SetDllList(AOTGenericReferences.PatchedAOTAssemblyList);
|
||||||
_hybridCLRHelper.RegistLoader(_simpleLoader);
|
_hybridCLRHelper.RegisterLoader(_simpleLoader);
|
||||||
|
|
||||||
await _hybridCLRHelper.LoadAssemblies();
|
await _hybridCLRHelper.LoadAssemblies();
|
||||||
Debug.Log("加载程序集结束!");
|
Debug.Log("加载程序集结束!");
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3b7e1f3755c322bcf55859150e83b3ce3b229db4
|
Subproject commit ca6b57d45750b1ee4073520875620a990826d9c2
|
||||||
Loading…
Reference in New Issue