文件系统安卓适配

This commit is contained in:
2025-12-17 20:52:56 +08:00
parent 529ba19c99
commit e58184bd00
12 changed files with 167 additions and 174 deletions
@@ -112,7 +112,9 @@ namespace AibisDream
public void SaveUnloadChapters()
{
#if !UNITY_ANDROID || UNITY_EDITOR
JsonUtil.SaveArray(unlockedChapterList.ToArray(), ConstRef.ChapterProgressPath);
#endif
}
public bool TryGetSaveFilePath(out string saveFilePath)