This commit is contained in:
zhangzheng
2025-12-10 12:55:42 +08:00
parent 14322e1d2c
commit 56596dcd19
16 changed files with 4 additions and 10 deletions

View File

@@ -19,6 +19,7 @@ namespace Stary.Evo.Editor
private static void PlayerPrefsClear()
{
PlayerPrefs.DeleteAll();
EditorPrefs.DeleteAll();
}
}