mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
AOT补充元数据默认增加UniTask与YooAsset
AOT补充元数据默认增加UniTask与YooAsset
This commit is contained in:
@@ -62,7 +62,7 @@ namespace TEngine
|
||||
public List<string> HotUpdateAssemblies = new List<string>() {"GameProto.dll", "GameLogic.dll" };
|
||||
|
||||
[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>
|
||||
/// Dll of main business logic assembly
|
||||
|
@@ -21,6 +21,8 @@ MonoBehaviour:
|
||||
- System.dll
|
||||
- System.Core.dll
|
||||
- TEngine.Runtime.dll
|
||||
- UniTask.dll
|
||||
- YooAsset.dll
|
||||
LogicMainDllName: GameLogic.dll
|
||||
AssemblyTextAssetExtension: .bytes
|
||||
AssemblyTextAssetPath: AssetRaw/DLL
|
||||
|
Reference in New Issue
Block a user