Releases: Unity-Technologies/AssetBundles-Browser
Releases · Unity-Technologies/AssetBundles-Browser
Release 1.7.0
[1.7.0] - 2018-07-23
- Sorting dependencies for easier identification.
- fix to windows file sharing violation error.
- minor bug fixes.
Small bug fixes
stopped altering global style.
Bug fixes and cleanup (and search)
Merge pull request #81 from Unity-Technologies/dev make the icons actually load despite being in packages.
Search bar
Added a search bar to manage tab
Doc and bug fixes.
Merge pull request #74 from Unity-Technologies/dev fixing doc and changing asmdef names
Packman release candidate
Merge pull request #59 from Unity-Technologies/dev getting test assemblies to work.
Packman submission
1.1.3 version bump after content update.
Bundle Browser Package Manager submission
This is the initial submission for conversion of this project to an official package.
Asset Bundle Browser 1.0
- Changed validation (and interaction) to allow multiple scenes in a bundle. The rule now enforced is a bundle must have only 1+ scenes or 1+ non-scene assets.
- Added support to view output from the Asset Bundle Graph Tool (https://bitbucket.org/Unity-Technologies/assetbundlegraphtool). If you have both tools installed, a "data source" selection will appear in the browser.
- Minor bug fixes.
Asset Bundle Browser 0.2.0
New:
- Bundle Details list
- support for automatically creating folders or variants when you rename with / or . respectively.
- variant validation
- multi-select in asset list translates to project view.
Fixes
- fixed dragging issue in Asset List
- misc minor cleanup