diff --git a/UnityProject/Assets/TEngine/Runtime/Core/UpdateSetting.cs b/UnityProject/Assets/TEngine/Runtime/Core/UpdateSetting.cs index 0ec1e0c8..2a1e9344 100644 --- a/UnityProject/Assets/TEngine/Runtime/Core/UpdateSetting.cs +++ b/UnityProject/Assets/TEngine/Runtime/Core/UpdateSetting.cs @@ -62,7 +62,7 @@ namespace TEngine public List HotUpdateAssemblies = new List() {"GameProto.dll", "GameLogic.dll" }; [Header("Need manual setting!")] - public List AOTMetaAssemblies = new List() { "mscorlib.dll", "System.dll", "System.Core.dll", "TEngine.Runtime.dll" }; + public List AOTMetaAssemblies = new List() { "mscorlib.dll", "System.dll", "System.Core.dll", "TEngine.Runtime.dll" ,"UniTask.dll", "YooAsset.dll"}; /// /// Dll of main business logic assembly diff --git a/UnityProject/Assets/TEngine/Settings/UpdateSetting.asset b/UnityProject/Assets/TEngine/Settings/UpdateSetting.asset index e551ee91..62c07d65 100644 --- a/UnityProject/Assets/TEngine/Settings/UpdateSetting.asset +++ b/UnityProject/Assets/TEngine/Settings/UpdateSetting.asset @@ -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