Update TEngineGlobalSettings.asset

This commit is contained in:
ALEXTANG
2023-04-25 00:01:23 +08:00
parent f628380347
commit db619e6b6b

View File

@@ -27,6 +27,7 @@ MonoBehaviour:
m_FormalResourceSourceUrl: http://127.0.0.1:8088
m_AtlasFolder: Assets/AssetRaw/UIRaw
m_ResourceVersionFileName: ResourceVersion.txt
HostServerURL: http://127.0.0.1:8081
CheckVersionUrl: http://127.0.0.1/Resources/{0}Version.txt
WindowsAppUrl: http://127.0.0.1
MacOSAppUrl: http://127.0.0.1
@@ -39,9 +40,16 @@ MonoBehaviour:
m_BybridCLRCustomGlobalSettings:
m_Enable: 1
m_Gitee: 1
HotUpdateAssemblies: []
AOTMetaAssemblies: []
LogicMainDllName: xxx.dll
HotUpdateAssemblies:
- GameLogic.dll
- GameBase.dll
- GameProto.dll
- BattleCore.Runtime.dll
AOTMetaAssemblies:
- mscorlib.dll
- System.dll
- System.Core.dll
LogicMainDllName: GameLogic.dll
AssemblyTextAssetExtension: .bytes
AssemblyTextAssetPath: Assets/AssetRaw/DLL
AssemblyTextAssetPath: AssetRaw/DLL
HybridCLRGlobalSettings: Settings/HybridCLRGlobalSettings