mirror of https://github.com/tuyoogame/YooAsset
Update AssetBundleBrowser
parent
2f3ee6acd3
commit
8583927c48
|
@ -1,3 +1,4 @@
|
||||||
|
#if UNITY_2019_4_OR_NEWER
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
@ -114,4 +115,5 @@ namespace YooAsset.Editor
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
|
@ -1,3 +1,4 @@
|
||||||
|
#if UNITY_2019_4_OR_NEWER
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
@ -238,4 +239,5 @@ namespace YooAsset.Editor
|
||||||
return (EditorTools.GetFileSize(fullPath) / 1024f).ToString("f1") + " KB";
|
return (EditorTools.GetFileSize(fullPath) / 1024f).ToString("f1") + " KB";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
|
@ -1,3 +1,4 @@
|
||||||
|
#if UNITY_2019_4_OR_NEWER
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
@ -291,4 +292,5 @@ namespace YooAsset.Editor
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
Loading…
Reference in New Issue