From b033c59b008473197c895e37da45b6605c0e0236 Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Mon, 28 Aug 2023 15:08:18 +0800 Subject: [PATCH] =?UTF-8?q?Aot=E7=A8=8B=E5=BA=8F=E9=9B=86=E4=B8=8D?= =?UTF-8?q?=E6=9F=A5=E6=89=BE=E7=83=AD=E6=9B=B4=E5=9F=9F=E7=9A=84Type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aot程序集不查找热更域的Type --- Assets/TEngine/Editor/Utility/Type.cs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Assets/TEngine/Editor/Utility/Type.cs b/Assets/TEngine/Editor/Utility/Type.cs index 28647799..ec99524c 100644 --- a/Assets/TEngine/Editor/Utility/Type.cs +++ b/Assets/TEngine/Editor/Utility/Type.cs @@ -14,10 +14,6 @@ namespace TEngine.Editor "Assembly-CSharp", "GameMain.Runtime", "GameMain", - "GameBase", - "GameLogic", - "GameProto", - "BattleCore.Runtime", }; private static readonly string[] RuntimeOrEditorAssemblyNames = @@ -27,11 +23,7 @@ namespace TEngine.Editor "TEngine.Editor", "Assembly-CSharp-Editor", "GameMain", - "GameMain.Editor", - "GameBase", - "GameLogic", - "GameProto", - "BattleCore.Runtime", + "GameMain.Editor" }; ///