【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;

View File

@@ -1,6 +1,6 @@
{
"name": "com.staryevo.tools",
"version": "1.3.26",
"version": "1.3.27",
"displayName": "00.StaryEvo.Tools",
"description": "This is an Framework package(后台服务器版本端口9527)",
"unity": "2021.3",