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.Linq;
|
||||
using System.Collections.Generic;
|
||||
|
@ -115,3 +116,4 @@ namespace YooAsset.Editor
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
|
@ -1,3 +1,4 @@
|
|||
#if UNITY_2019_4_OR_NEWER
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
|
@ -239,3 +240,4 @@ namespace YooAsset.Editor
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
|
@ -1,3 +1,4 @@
|
|||
#if UNITY_2019_4_OR_NEWER
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
|
@ -292,3 +293,4 @@ namespace YooAsset.Editor
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
Loading…
Reference in New Issue