【m】修改
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user