UI换了很多,spine主视觉停用
This commit is contained in:
@@ -428,7 +428,7 @@ static class UI_SongsSelect_EnterAnimBootstrap
|
||||
if (installed) return;
|
||||
installed = true;
|
||||
|
||||
GameObject runner = GameObject.Find("__SongsSelectEnterAnimRunner");
|
||||
GameObject runner = SceneObjectLookupCache.Find("__SongsSelectEnterAnimRunner");
|
||||
if (runner == null)
|
||||
{
|
||||
runner = new GameObject("__SongsSelectEnterAnimRunner");
|
||||
|
||||
Reference in New Issue
Block a user