mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
程序集调整
程序集调整
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
"rootNamespace": "BattleCore.Runtime",
|
||||
"references": [
|
||||
"GUID:aa06d4cc755c979489c256c1bcca1dfb",
|
||||
"GUID:d8b63aba1907145bea998dd612889d6b"
|
||||
"GUID:d8b63aba1907145bea998dd612889d6b",
|
||||
"GUID:a90b2d3377c5e4a4db95cc44fb82045e"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
|
@@ -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
|
||||
|
@@ -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" };
|
||||
|
||||
|
Reference in New Issue
Block a user