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" };