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" };
|
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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user