This commit is contained in:
2026-06-16 16:57:07 +07:00
parent 26a21f63bb
commit 6880c4724e
198 changed files with 168 additions and 69 deletions

View File

@@ -21,6 +21,7 @@
// 3. Add your scenes to File -> Build Settings to see them in the list.
// ===============================================================================
#if UNITY_EDITOR
using UnityEditor;
using UnityEngine;
using UnityEditor.SceneManagement;
@@ -223,4 +224,5 @@ namespace Editor
this.ShowNotification(new GUIContent("Data Cleared Successfully!"));
}
}
}
}
#endif