diff --git a/Assets/00.StaryEvoTools/Editor/MarkAdressable/MarkAdressable.cs b/Assets/00.StaryEvoTools/Editor/MarkAdressable/MarkAdressable.cs index d5010f1..ff351ba 100644 --- a/Assets/00.StaryEvoTools/Editor/MarkAdressable/MarkAdressable.cs +++ b/Assets/00.StaryEvoTools/Editor/MarkAdressable/MarkAdressable.cs @@ -167,6 +167,7 @@ namespace Stary.Evo.Editor private static void CreateRes(string domain, string resPath, string outputPath) { + domain = domain.Replace(".", "_"); ResFileGet.CreateClass(addressDic, "Res", domain, outputPath, (a) => { ResFileGet.CreateContent(a, resPath, "\t"); }); } diff --git a/Assets/00.StaryEvoTools/package.json b/Assets/00.StaryEvoTools/package.json index 4e5007f..9362b57 100644 --- a/Assets/00.StaryEvoTools/package.json +++ b/Assets/00.StaryEvoTools/package.json @@ -1,6 +1,6 @@ { "name": "com.staryevo.tools", - "version": "1.3.7", + "version": "1.3.8", "displayName": "00.StaryEvo.Tools", "description": "This is an Framework package(后台服务器版本,端口9527)", "unity": "2021.3",