【m】修改

This commit is contained in:
zhangzheng
2026-03-25 14:09:17 +08:00
parent 2b9f4e78b6
commit 3a9813675e
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ public static class StreamingAssetsFilter
{
streamingAssetsPath = Application.dataPath + "/StreamingAssets";
tempBackupPath = Application.dataPath + "/../Temp/StreamingAssets_Backup";
tempBackupPath = Application.dataPath + "/../StreamingAssets_Backup";
if (!Directory.Exists(streamingAssetsPath)) return;