123 1 год назад
Родитель
Сommit
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;
 
-        string datapath = $"{Application.dataPath}/{info.NewPath}/";
+        string datapath = $"{info.NewPath}/";
         for (int i = 0; i < size; i++)
         {