diff --git a/Assets/TEngine/ResRaw/Resources/TEngineGlobalSettings.asset b/Assets/TEngine/ResRaw/Resources/TEngineGlobalSettings.asset index edfe9b3e..ed90936f 100644 --- a/Assets/TEngine/ResRaw/Resources/TEngineGlobalSettings.asset +++ b/Assets/TEngine/ResRaw/Resources/TEngineGlobalSettings.asset @@ -92,6 +92,8 @@ MonoBehaviour: - mscorlib.dll - System.dll - System.Core.dll + - UnityEngine.CoreModule.dll + - TEngine.Runtime.dll LogicMainDllName: GameLogic.dll AssemblyTextAssetExtension: .bytes AssemblyTextAssetPath: AssetRaw/DLL diff --git a/ProjectSettings/HybridCLRSettings.asset b/ProjectSettings/HybridCLRSettings.asset index e2c2fe44..cbdb8d08 100644 --- a/ProjectSettings/HybridCLRSettings.asset +++ b/ProjectSettings/HybridCLRSettings.asset @@ -26,7 +26,12 @@ MonoBehaviour: hotUpdateDllCompileOutputRootDir: HybridCLRData/HotUpdateDlls externalHotUpdateAssembliyDirs: [] strippedAOTDllOutputRootDir: HybridCLRData/AssembliesPostIl2CppStrip - patchAOTAssemblies: [] + patchAOTAssemblies: + - mscorlib.dll + - System.dll + - System.Core.dll + - UnityEngine.CoreModule.dll + - TEngine.Runtime.dll outputLinkFile: HybridCLRData/Generated/link.xml outputAOTGenericReferenceFile: HybridCLRData/Generated/AOTGenericReferences.cs maxGenericReferenceIteration: 10