动画系统

This commit is contained in:
2025-05-26 14:59:42 +08:00
parent d6fd171720
commit f6a0a87fda
116 changed files with 7598 additions and 20999 deletions
@@ -8,7 +8,7 @@ namespace AibisDream.Kit
protected virtual void Awake()
{
if (Instance != null)
if (Instance != null && Instance != this)
{
Destroy(gameObject);
}
@@ -21,8 +21,6 @@ namespace AibisDream.Kit
{
}
public static bool IsInitialized => Instance != null;
protected virtual void OnDestroy()
{
OnSingletonDestroy();