|
@@ -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++)
|
|
|
{
|
|
{
|
|
|
|
|
|