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