From 4fe6a9d82710973eb630570cdc9f26220c217a0a Mon Sep 17 00:00:00 2001 From: zhangzheng Date: Mon, 15 Dec 2025 12:06:23 +0800 Subject: [PATCH] 111 --- .../Runtime/Tools/PanelSystem/Base/BaseRenderPanel.cs | 2 +- Assets/00.StaryEvoTools/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/00.StaryEvoTools/Runtime/Tools/PanelSystem/Base/BaseRenderPanel.cs b/Assets/00.StaryEvoTools/Runtime/Tools/PanelSystem/Base/BaseRenderPanel.cs index 831f516..d1ac060 100644 --- a/Assets/00.StaryEvoTools/Runtime/Tools/PanelSystem/Base/BaseRenderPanel.cs +++ b/Assets/00.StaryEvoTools/Runtime/Tools/PanelSystem/Base/BaseRenderPanel.cs @@ -193,7 +193,7 @@ namespace Stary.Evo.UIFarme activePanel = GameObject.Instantiate(handle, panelParent); #endif - activePanel.name = this.GetType().Name; + activePanel.name = panelName; return activePanel; } diff --git a/Assets/00.StaryEvoTools/package.json b/Assets/00.StaryEvoTools/package.json index 7a60d17..baad8bc 100644 --- a/Assets/00.StaryEvoTools/package.json +++ b/Assets/00.StaryEvoTools/package.json @@ -1,6 +1,6 @@ { "name": "com.staryevo.tools", - "version": "1.2.9", + "version": "1.2.10", "displayName": "00.StaryEvo.Tools", "description": "This is an Framework package(后台服务器版本,端口9527)", "unity": "2021.3",