This commit is contained in:
zhangzheng
2025-12-15 13:53:53 +08:00
parent c7c06d7e43
commit fb0d69cff9
2 changed files with 2 additions and 2 deletions

View File

@@ -277,7 +277,7 @@ namespace Stary.Evo.UIFarme
{ {
for (int i = 0; i < queuePanel.Count; i++) for (int i = 0; i < queuePanel.Count; i++)
{ {
if (queuePanel[i].GetType().Name == panelName) if (queuePanel[i].UIName == panelName)
{ {
queuePanel[i].OnExit(); queuePanel[i].OnExit();
queuePanel.RemoveAt(i); queuePanel.RemoveAt(i);

View File

@@ -1,6 +1,6 @@
{ {
"name": "com.staryevo.tools", "name": "com.staryevo.tools",
"version": "1.2.13", "version": "1.2.14",
"displayName": "00.StaryEvo.Tools", "displayName": "00.StaryEvo.Tools",
"description": "This is an Framework package(后台服务器版本端口9527)", "description": "This is an Framework package(后台服务器版本端口9527)",
"unity": "2021.3", "unity": "2021.3",