111
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user