From 59183167ccbabe507e41d7679fa907574fca1cc3 Mon Sep 17 00:00:00 2001 From: ninemine <1371605831@qq.com> Date: Thu, 4 Dec 2025 17:07:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=97=A5=E5=BF=97,=20?= =?UTF-8?q?=E7=A1=AE=E5=AE=9A=E6=98=AF=E5=90=8C=E6=97=B6=E7=9A=84=E5=A4=A7?= =?UTF-8?q?=E9=87=8F=E5=8D=8F=E7=A8=8B=E5=B9=B6=E7=94=9F=E6=88=90=E7=89=A9?= =?UTF-8?q?=E4=BD=93=E5=AF=BC=E8=87=B4=E5=8A=A0=E8=BD=BD=E5=8D=A1=E9=A1=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Framework/ScriptableObject.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/Scripts/Framework/ScriptableObject.cs b/Assets/Scripts/Framework/ScriptableObject.cs index bf22b8f..d63b3b2 100644 --- a/Assets/Scripts/Framework/ScriptableObject.cs +++ b/Assets/Scripts/Framework/ScriptableObject.cs @@ -275,6 +275,7 @@ namespace Demo { EnableScriptableObjectCounter++; AllScriptableObjectCounterHierarchyItem.GetHierarchyItem().text = $"SOC: {ApplyScriptableObjectCounter}/{EnableScriptableObjectCounter}"; + Debug.Log(nameof(EnableScript), this); } } @@ -487,6 +488,7 @@ namespace Demo { ApplyScriptableObjectCounter++; AllScriptableObjectCounterHierarchyItem.GetHierarchyItem().text = $"SOC: {ApplyScriptableObjectCounter}/{EnableScriptableObjectCounter}"; + Debug.Log(nameof(ApplyScript), this); } // 统计更新能力 {