Update AssetBundleBrowser

pull/4/head
hevinci 2022-03-13 20:29:36 +08:00
parent 2f3ee6acd3
commit 8583927c48
3 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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