Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
Modified change log and added some documentation text
  • Loading branch information
AndyMUnity committed Aug 21, 2018
1 parent b83ac6d commit e4177fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.8.0] - 2018-08-21
- Added more details to bundle detail view.

## [1.7.0] - 2018-07-23
- Sorting dependencies for easier identification.
- fix to windows file sharing violation error.
Expand Down
8 changes: 7 additions & 1 deletion Documentation/com.unity.assetbundlebrowser.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,16 @@ Lower left hand pane showing details of the bundles(s) selected in the Bundle Li

* Total bundle size. This is a sum of the on-disk size of all assets.

* Bundles that the current bundle depends on
* Bundles that the current bundle depends on.

* Assets in that bundle referenced from the current bundle.

* Assets in the current bundle referencing the asset in the dependency bundle.

* Any messages (error/warning/info) associated with the current bundle.

* Select bundles or assets to select assets in the Asset List that are dependent on the selection.

### Asset List

Upper right hand pane providing a list of assets contained in whichever bundles are selected in the Bundle List. The search field above this list will match with assets in any bundle. The Asset List will only display matching assets, and the Bundle List will only display bundles that contain matching assets. Available functionality:
Expand Down

0 comments on commit e4177fe

Please sign in to comment.