UI换了很多,spine主视觉停用
This commit is contained in:
@@ -137,7 +137,7 @@ public class globalNoteEffect : MonoBehaviour
|
||||
if (Instance != null)
|
||||
return Instance;
|
||||
|
||||
globalNoteEffect found = FindAnyObjectByType<globalNoteEffect>();
|
||||
globalNoteEffect found = SceneObjectLookupCache.FindAny<globalNoteEffect>();
|
||||
if (found != null)
|
||||
{
|
||||
Instance = found;
|
||||
|
||||
Reference in New Issue
Block a user