123 1 rok temu
rodzic
commit
7c6e523ffa
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Assets/Editor/AssetBundle/CheckHotUpdateRes.cs

+ 1 - 1
Assets/Editor/AssetBundle/CheckHotUpdateRes.cs

@@ -372,7 +372,7 @@ public class CheckHotUpdateRes : EditorWindow
 
         int size = files1.Length;
 
-        string datapath = $"{Application.dataPath}/{info.NewPath}/";
+        string datapath = $"{info.NewPath}/";
         for (int i = 0; i < size; i++)
         {