1111
This commit is contained in:
@@ -171,7 +171,9 @@ namespace Stary.Evo.Editor
|
||||
|
||||
//模块化脚本生成配置
|
||||
string domainClassName = $"{domain}Domain";
|
||||
domainClassName = domainClassName.Replace('.', '_');
|
||||
string architectureClassName = $"{domain}Architecture";
|
||||
architectureClassName = architectureClassName.Replace('.', '_');
|
||||
#if HotUpdate
|
||||
//模块配置资源
|
||||
DomainConfig moduleConfig = CreateInstance<DomainConfig>();
|
||||
@@ -222,8 +224,8 @@ namespace Stary.Evo.Editor
|
||||
#endif
|
||||
AssetDatabase.SaveAssets();
|
||||
|
||||
domainClassName = domainClassName.Replace('.', '_');
|
||||
architectureClassName = architectureClassName.Replace('.', '_');
|
||||
|
||||
|
||||
string domainClassPath = $"{scriptsPath}/{domainClassName}.cs";
|
||||
//await File.WriteAllTextAsync($"{scriptsPath}/{domainClassName}.cs", domainTemplate);
|
||||
await using (var writer = new StreamWriter(domainClassPath))
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.staryevo.tools",
|
||||
"version": "1.3.8",
|
||||
"version": "1.3.9",
|
||||
"displayName": "00.StaryEvo.Tools",
|
||||
"description": "This is an Framework package(后台服务器版本,端口9527)",
|
||||
"unity": "2021.3",
|
||||
|
||||
Reference in New Issue
Block a user