【m】修改
This commit is contained in:
@@ -18,7 +18,7 @@ public static class StreamingAssetsFilter
|
|||||||
{
|
{
|
||||||
|
|
||||||
streamingAssetsPath = Application.dataPath + "/StreamingAssets";
|
streamingAssetsPath = Application.dataPath + "/StreamingAssets";
|
||||||
tempBackupPath = Application.dataPath + "/../Temp/StreamingAssets_Backup";
|
tempBackupPath = Application.dataPath + "/../StreamingAssets_Backup";
|
||||||
|
|
||||||
if (!Directory.Exists(streamingAssetsPath)) return;
|
if (!Directory.Exists(streamingAssetsPath)) return;
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "com.staryevo.tools",
|
"name": "com.staryevo.tools",
|
||||||
"version": "1.3.26",
|
"version": "1.3.27",
|
||||||
"displayName": "00.StaryEvo.Tools",
|
"displayName": "00.StaryEvo.Tools",
|
||||||
"description": "This is an Framework package(后台服务器版本,端口9527)",
|
"description": "This is an Framework package(后台服务器版本,端口9527)",
|
||||||
"unity": "2021.3",
|
"unity": "2021.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user