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;
@ -115,3 +116,4 @@ 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;
@ -239,3 +240,4 @@ 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;
@ -292,3 +293,4 @@ namespace YooAsset.Editor
} }
} }
} }
#endif