程序集调整

程序集调整
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

@@ -3,7 +3,8 @@
"rootNamespace": "BattleCore.Runtime", "rootNamespace": "BattleCore.Runtime",
"references": [ "references": [
"GUID:aa06d4cc755c979489c256c1bcca1dfb", "GUID:aa06d4cc755c979489c256c1bcca1dfb",
"GUID:d8b63aba1907145bea998dd612889d6b" "GUID:d8b63aba1907145bea998dd612889d6b",
"GUID:a90b2d3377c5e4a4db95cc44fb82045e"
], ],
"includePlatforms": [], "includePlatforms": [],
"excludePlatforms": [], "excludePlatforms": [],

View File

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

View File

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