Ver.0.3.0.33

This commit is contained in:
2025-07-08 08:32:46 +00:00
parent 99f4dd67c2
commit 0ad5e29917
6831 changed files with 695623 additions and 234455 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();