refactor(savesystem): 正式存档目录更名为demo_saves
This commit is contained in:
@@ -67,7 +67,7 @@ Yarn 脚本:
|
||||
|
||||
逻辑集中在 `SavePointEvaluator.cs`,**不新增**独立 Tracker 文件。
|
||||
|
||||
正式槽位路径:`persistentDataPath/AllOurBrokenParts/saves/slot_x/{snapshot.json, meta.json, thumbnail.png}`
|
||||
正式槽位路径:`persistentDataPath/AllOurBrokenParts/demo_saves/slot_x/{snapshot.json, meta.json, thumbnail.png}`
|
||||
|
||||
P1 测试落盘路径:`persistentDataPath/AllOurBrokenParts/snapshot_test/latest_snapshot.json`(首次访问槽位系统时会尝试迁移到 `slot_0`)
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ namespace AibisDream.SaveSystem
|
||||
{
|
||||
/// <summary>
|
||||
/// 测试存档模式:每次自动存档写入 <see cref="ConstRef.TestAutoSaveArchivePath"/> 下的独立子目录。
|
||||
/// 开启后不写入 slot_0,存多少次就保留多少份,与正式 saves/ 完全隔离。
|
||||
/// 开启后不写入 slot_0,存多少次就保留多少份,与正式 demo_saves/ 完全隔离。
|
||||
/// </summary>
|
||||
public static class TestSaveArchive
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user