All notable changes to this package are documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed NullReferenceException when the AddressableAssetSettings asset contains a reference to a missing asset group.
- Added "Labels" view. It shows bundles grouped by their label. The buildlayout.txt file doesn't include label information, therefore labels are fetched from the project instead. See PR#4 for details. Thank you vandelpal for the contribution.
- Double-clicking an asset in BuildLayout Explorer is now trying to select the asset in the Unity project window.
- Added "Copy" context menu item to every list, can be used to copy the text of a cell to clipboard.
- Added "Copy Row" context menu item to every list, can be used to copy the text of a row to clipboard.
- Changed how lookup data is stored to improve load performance. See PR#2 for details. Thank you zsoi for the contribution.
- Added functionality to select an asset in the project. It's the little magnifying-glass icon next to an asset.
- Added link to Unity forum post to provide feedback regarding BuildLayout Explorer.
- Public release