Sfoglia il codice sorgente

修复Update Assembly Definition功能

tanghai 1 anno fa
parent
commit
1490e8e1d2

+ 1 - 1
Unity/Packages/cn.etetet.core/Editor/AsmdefEditor/AsmdefEditor.cs

@@ -81,7 +81,7 @@ namespace ET.Loader
 
 
             foreach (string assName in AssNames)
             foreach (string assName in AssNames)
             {
             {
-                string p = Path.Combine("Assets/Scripts/" + assName + "/ET." + assName + ".asmdef");
+                string p = Path.Combine("Packages/cn.etetet.loader/Scripts/" + assName + "/ET." + assName + ".asmdef");
                 if (!File.Exists(p))
                 if (!File.Exists(p))
                 {
                 {
                     continue;
                     continue;