Skip to content

Releases: Unity-Technologies/AssetBundles-Browser

Release 1.7.0

08 Aug 16:04
0197b2d
Compare
Choose a tag to compare

[1.7.0] - 2018-07-23

  • Sorting dependencies for easier identification.
  • fix to windows file sharing violation error.
  • minor bug fixes.

Small bug fixes

30 May 17:56
28fa81d
Compare
Choose a tag to compare

stopped altering global style.

Bug fixes and cleanup (and search)

01 Mar 20:39
1cefea1
Compare
Choose a tag to compare
Merge pull request #81 from Unity-Technologies/dev

make the icons actually load despite being in packages.

Search bar

23 Feb 20:39
d8d6baa
Compare
Choose a tag to compare

Added a search bar to manage tab

Doc and bug fixes.

02 Feb 20:08
813c31d
Compare
Choose a tag to compare
Merge pull request #74 from Unity-Technologies/dev

fixing doc and changing asmdef names

Packman release candidate

13 Dec 21:18
bc98569
Compare
Choose a tag to compare
Pre-release
Merge pull request #59 from Unity-Technologies/dev

getting test assemblies to work.

Packman submission

10 Nov 01:07
Compare
Choose a tag to compare
Packman submission Pre-release
Pre-release
1.1.3

version bump after content update.

Bundle Browser Package Manager submission

08 Nov 21:44
Compare
Choose a tag to compare

This is the initial submission for conversion of this project to an official package.

Asset Bundle Browser 1.0

21 Jun 16:24
Compare
Choose a tag to compare
  • 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

04 May 17:43
Compare
Choose a tag to compare

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