mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
程序集调整
程序集调整
This commit is contained in:
@@ -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": [],
|
||||||
|
@@ -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
|
||||||
|
@@ -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" };
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user