mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
DotNet 加入热更域,修正GameProto的依赖
DotNet 加入热更域,修正GameProto的依赖
This commit is contained in:
@@ -85,8 +85,8 @@ MonoBehaviour:
|
||||
m_Gitee: 1
|
||||
HotUpdateAssemblies:
|
||||
- GameBase.dll
|
||||
- GameProto.dll
|
||||
- DotNet.dll
|
||||
- GameProto.dll
|
||||
- BattleCore.Runtime.dll
|
||||
- GameLogic.dll
|
||||
AOTMetaAssemblies:
|
||||
|
@@ -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" };
|
||||
|
||||
|
Reference in New Issue
Block a user