AOT补充元数据默认增加UniTask与YooAsset

AOT补充元数据默认增加UniTask与YooAsset
This commit is contained in:
Alex-Rachel
2025-03-21 13:19:27 +08:00
parent 230f6a0be5
commit b6e6c1c423
2 changed files with 3 additions and 1 deletions

View File

@@ -62,7 +62,7 @@ namespace TEngine
public List<string> HotUpdateAssemblies = new List<string>() {"GameProto.dll", "GameLogic.dll" }; public List<string> HotUpdateAssemblies = new List<string>() {"GameProto.dll", "GameLogic.dll" };
[Header("Need manual setting!")] [Header("Need manual setting!")]
public List<string> AOTMetaAssemblies = new List<string>() { "mscorlib.dll", "System.dll", "System.Core.dll", "TEngine.Runtime.dll" }; public List<string> AOTMetaAssemblies = new List<string>() { "mscorlib.dll", "System.dll", "System.Core.dll", "TEngine.Runtime.dll" ,"UniTask.dll", "YooAsset.dll"};
/// <summary> /// <summary>
/// Dll of main business logic assembly /// Dll of main business logic assembly

View File

@@ -21,6 +21,8 @@ MonoBehaviour:
- System.dll - System.dll
- System.Core.dll - System.Core.dll
- TEngine.Runtime.dll - TEngine.Runtime.dll
- UniTask.dll
- YooAsset.dll
LogicMainDllName: GameLogic.dll LogicMainDllName: GameLogic.dll
AssemblyTextAssetExtension: .bytes AssemblyTextAssetExtension: .bytes
AssemblyTextAssetPath: AssetRaw/DLL AssemblyTextAssetPath: AssetRaw/DLL