From b59139b94a5c6b19f2c5fd7b35cafe83e70d6a5c Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Fri, 5 May 2023 23:07:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E9=9B=86=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 程序集调整 --- Assets/GameScripts/HotFix/BattleCore/BattleCore.Runtime.asmdef | 3 ++- Assets/TEngine/ResRaw/Resources/TEngineGlobalSettings.asset | 2 +- .../GameSettings/HybridCLR/HybridCLRCustomGlobalSettings.cs | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Assets/GameScripts/HotFix/BattleCore/BattleCore.Runtime.asmdef b/Assets/GameScripts/HotFix/BattleCore/BattleCore.Runtime.asmdef index bbd7f47c..9a08beea 100644 --- a/Assets/GameScripts/HotFix/BattleCore/BattleCore.Runtime.asmdef +++ b/Assets/GameScripts/HotFix/BattleCore/BattleCore.Runtime.asmdef @@ -3,7 +3,8 @@ "rootNamespace": "BattleCore.Runtime", "references": [ "GUID:aa06d4cc755c979489c256c1bcca1dfb", - "GUID:d8b63aba1907145bea998dd612889d6b" + "GUID:d8b63aba1907145bea998dd612889d6b", + "GUID:a90b2d3377c5e4a4db95cc44fb82045e" ], "includePlatforms": [], "excludePlatforms": [], diff --git a/Assets/TEngine/ResRaw/Resources/TEngineGlobalSettings.asset b/Assets/TEngine/ResRaw/Resources/TEngineGlobalSettings.asset index 89fdb377..6889677f 100644 --- a/Assets/TEngine/ResRaw/Resources/TEngineGlobalSettings.asset +++ b/Assets/TEngine/ResRaw/Resources/TEngineGlobalSettings.asset @@ -42,9 +42,9 @@ MonoBehaviour: m_Gitee: 1 HotUpdateAssemblies: - GameBase.dll - - GameLogic.dll - GameProto.dll - BattleCore.Runtime.dll + - GameLogic.dll AOTMetaAssemblies: - mscorlib.dll - System.dll diff --git a/Assets/TEngine/Runtime/GameSettings/HybridCLR/HybridCLRCustomGlobalSettings.cs b/Assets/TEngine/Runtime/GameSettings/HybridCLR/HybridCLRCustomGlobalSettings.cs index 8c077d17..76128b2c 100644 --- a/Assets/TEngine/Runtime/GameSettings/HybridCLR/HybridCLRCustomGlobalSettings.cs +++ b/Assets/TEngine/Runtime/GameSettings/HybridCLR/HybridCLRCustomGlobalSettings.cs @@ -30,7 +30,7 @@ public class HybridCLRCustomGlobalSettings [Header("Auto sync with [HybridCLRGlobalSettings]")] [Tooltip("You should modify the file form file path [Assets/CustomHybridCLR/Settings/HybridCLRGlobalSettings.asset]")] - public List HotUpdateAssemblies = new List() { "GameBase.dll","GameLogic.dll","GameProto.dll","BattleCore.Runtime.dll","Assembly-CSharp.dll"}; + public List HotUpdateAssemblies = new List() { "GameBase.dll","GameProto.dll","BattleCore.Runtime.dll","GameLogic.dll"}; [Header("Need manual setting!")] public List AOTMetaAssemblies= new List() {"mscorlib.dll","System.dll","System.Core.dll" };