DotNet 加入热更域,修正GameProto的依赖

DotNet 加入热更域,修正GameProto的依赖
This commit is contained in:
ALEXTANG
2023-08-16 15:31:16 +08:00
parent dc6b7bb21e
commit db935bfb5f
3 changed files with 3 additions and 3 deletions

View File

@@ -85,8 +85,8 @@ MonoBehaviour:
m_Gitee: 1
HotUpdateAssemblies:
- GameBase.dll
- GameProto.dll
- DotNet.dll
- GameProto.dll
- BattleCore.Runtime.dll
- GameLogic.dll
AOTMetaAssemblies:

View File

@@ -30,7 +30,7 @@ public class HybridCLRCustomGlobalSettings
[Header("Auto sync with [HybridCLRGlobalSettings]")]
[Tooltip("You should modify the file form file path [Assets/CustomHybridCLR/Settings/HybridCLRGlobalSettings.asset]")]
public List<string> HotUpdateAssemblies = new List<string>() { "GameBase.dll","GameProto.dll","BattleCore.Runtime.dll","GameLogic.dll"};
public List<string> HotUpdateAssemblies = new List<string>() { "GameBase.dll","DotNet.dll","GameProto.dll","BattleCore.Runtime.dll","GameLogic.dll"};
[Header("Need manual setting!")] public List<string> AOTMetaAssemblies= new List<string>() {"mscorlib.dll","System.dll","System.Core.dll" };

View File

@@ -18,8 +18,8 @@ MonoBehaviour:
il2cppPlusRepoURL: https://gitee.com/focus-creative-games/il2cpp_plus
hotUpdateAssemblyDefinitions:
- {fileID: 5897886265953266890, guid: 08c3762f54316454ca6b6fbcb22b40e5, type: 3}
- {fileID: 5897886265953266890, guid: a90b2d3377c5e4a4db95cc44fb82045e, type: 3}
- {fileID: 5897886265953266890, guid: ecba4a58c7f7a4842b72ce2c77aecf9b, type: 3}
- {fileID: 5897886265953266890, guid: a90b2d3377c5e4a4db95cc44fb82045e, type: 3}
- {fileID: 5897886265953266890, guid: 641632c4f8079b94f963b5284d859a12, type: 3}
- {fileID: 5897886265953266890, guid: acd6baa97ba40d3478c29cd9c76ff9e3, type: 3}
hotUpdateAssemblies: []