111
This commit is contained in:
@@ -124,7 +124,10 @@ namespace Stary.Evo.Editor
|
|||||||
string name = FilesUtils.ChineseToPinYin(fileName.Name.Replace(".", "_"), false)
|
string name = FilesUtils.ChineseToPinYin(fileName.Name.Replace(".", "_"), false)
|
||||||
.Replace(" ", "")
|
.Replace(" ", "")
|
||||||
.Replace("-", "_")
|
.Replace("-", "_")
|
||||||
.Replace(".", "_"); // 保留点号替换为下划线
|
.Replace(".", "_")
|
||||||
|
.Replace("@", "")
|
||||||
|
.Replace("(", "_")
|
||||||
|
.Replace(")", "_"); // 保留点号替换为下划线
|
||||||
variable.Append(tab + "public const string " + name + " = \"" + filepath + "\";\n");
|
variable.Append(tab + "public const string " + name + " = \"" + filepath + "\";\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "com.staryevo.armaztools",
|
"name": "com.staryevo.armaztools",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"displayName": "00.StaryEvo.ARMazTools",
|
"displayName": "00.StaryEvo.ARMazTools",
|
||||||
"description": "This is an ARMazTools package(后台服务器版本,端口9527)",
|
"description": "This is an ARMazTools package(后台服务器版本,端口9527)",
|
||||||
"unity": "2021.3",
|
"unity": "2021.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user