123 пре 1 година
родитељ
комит
7c6e523ffa
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
         int size = files1.Length;
 
 
-        string datapath = $"{Application.dataPath}/{info.NewPath}/";
+        string datapath = $"{info.NewPath}/";
         for (int i = 0; i < size; i++)
         for (int i = 0; i < size; i++)
         {
         {