UI换了很多,spine主视觉停用

This commit is contained in:
FloatGaming
2026-06-15 20:17:25 +08:00
parent 5eec879582
commit 216ab08e8d
3634 changed files with 814422 additions and 382766 deletions
+2 -2
View File
@@ -59,7 +59,7 @@ namespace AiryUI
{
InstantiateController ();
manager = Object.FindAnyObjectByType<EscButtonController> ();
manager = SceneObjectLookupCache.FindAny<EscButtonController> ();
if ( manager != null )
{
@@ -85,7 +85,7 @@ namespace AiryUI
private void InstantiateController ()
{
if ( Object.FindAnyObjectByType<EscButtonController> () == null )
if ( SceneObjectLookupCache.FindAny<EscButtonController> () == null )
{
GameObject controller = new GameObject ( "[Airy UI] Esc Button Controller" );
controller.AddComponent<EscButtonController> ();