程序集调整

程序集调整
This commit is contained in:
ALEXTANG
2023-05-05 23:07:51 +08:00
parent 2a15db0690
commit b59139b94a
3 changed files with 4 additions and 3 deletions

View File

@@ -42,9 +42,9 @@ MonoBehaviour:
m_Gitee: 1
HotUpdateAssemblies:
- GameBase.dll
- GameLogic.dll
- GameProto.dll
- BattleCore.Runtime.dll
- GameLogic.dll
AOTMetaAssemblies:
- mscorlib.dll
- System.dll

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","GameLogic.dll","GameProto.dll","BattleCore.Runtime.dll","Assembly-CSharp.dll"};
public List<string> HotUpdateAssemblies = new List<string>() { "GameBase.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" };