【m】更新持久化存储
Some checks failed
Plugin Library CI / publish (00.ARMazTools) (push) Failing after 3s
Plugin Library CI / publish (00.BuildOriginality) (push) Successful in 4s
Plugin Library CI / publish (00.StaryEvo) (push) Successful in 6s
Plugin Library CI / publish (00.StaryEvoTools) (push) Successful in 19s
Plugin Library CI / publish (01.HybridCLR) (push) Successful in 6s
Plugin Library CI / publish (04.AudioCore) (push) Has been cancelled
Plugin Library CI / publish (05.TableTextConversion) (push) Has been cancelled
Plugin Library CI / publish (06.UIFarme) (push) Has been cancelled
Plugin Library CI / publish (07.RKTools) (push) Has been cancelled
Plugin Library CI / publish (08.UniTask) (push) Has been cancelled
Plugin Library CI / publish (09.CodeChecker) (push) Has been cancelled
Plugin Library CI / publish (10.StoryEditor) (push) Has been cancelled
Plugin Library CI / publish (10.XNode) (push) Has been cancelled
Plugin Library CI / publish (11.PointCloudTools) (push) Has been cancelled
Plugin Library CI / publish (03.YooAsset) (push) Has been cancelled
Plugin Library CI / publish (02.InformationSave) (push) Successful in 3s

This commit is contained in:
2026-04-13 21:24:12 +08:00
parent b5b761b9ba
commit 26a2d43c16
35 changed files with 11 additions and 2300 deletions

View File

@@ -53,7 +53,7 @@ namespace Stary.Evo
else
{
ChangePlayerSchema.SetPlayerMode(
Enum.Parse<PLayerMode>(EditorPrefs.GetString("ChangePlayerSchema")));
Enum.Parse<PLayerMode>(CustomEditorPrefs.GetString("ChangePlayerSchema")));
}
}
}
@@ -64,7 +64,7 @@ namespace Stary.Evo
/// </summary>
private static void OnEditorQuit()
{
EditorPrefs.DeleteKey("StartUp");
CustomEditorPrefs.DeleteKey("StartUp");
}
/// <summary>