0.16.1 (2023-02-08)
0.16.0 (2022-12-25)
0.15.0 (2022-12-25)
0.14.1 (2022-10-04)
- improve multiple settings support (b703d5f, d41ac3f) (8182504)
0.14.0 (2022-10-04)
0.13.0 (2022-09-18)
0.12.0 (2022-06-22)
0.11.5 (2022-04-26)
- avoid the selection.activeObject being reset to null when editing an addressable prefab #71 (e745f92)
0.11.4 (2022-03-31)
0.11.3 (2022-02-06)
0.11.2 (2022-01-06)
0.11.1 (2021-12-29)
0.11.0 (2021-05-22)
0.10.0 (2021-05-16)
0.9.8 (2021-05-15)
- mute ODIN UnityEngine.ExitGUIException error temporarily (b4cb7cf)
0.9.7 (2021-05-15)
- null reference error since r9682904 (777a3ca)
0.9.6 (2021-05-15)
- CS0618 warning when access PrefabStage.assetPath (9682904)
0.9.5 (2021-05-15)
0.9.4 (2020-12-18)
0.9.3 (2020-10-17)
0.9.2 (2020-08-17)
0.9.1 (2020-08-04)
0.9.0 (2020-07-28)
0.8.1 (2020-07-06)
- use text AddressableImporter intead of AddressablesImporter (46ecf92)
0.8.0 (2020-07-06)
0.7.3 (2020-05-19)
0.7.2 (2020-05-18)
0.7.1 (2020-05-17)
0.7.0 (2020-05-07)
0.6.0 (2020-04-26)
0.5.4 (2020-04-13)
0.5.3 (2020-04-04)
0.5.2 (2020-02-27)
- ci: tag already exists error when pushing tag (5c4373f)
- ci: trigger github actions (e7592d6)
- bump semantic-release to v2.1.3 to solve dependencies issue (c59b986)
- exclude MacOS .DS_Store file (332a769)
0.5.1 (2020-02-02)
- bump semantic-release to v2.1.3 to solve dependencies issue (c59b986)
- no warnings for missing AddressableImportSettings #15 (30dd56a)
0.5.0 (2020-01-10)
- deploy semantic-release (d1c4c1b)
All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Updated context menu path to create settings.
- Added alternative way to install the package via openupm.
- Updated contributors.
- Added option to apply group template.
- Bug fix: internal editor script enables multiselect edition on all MonoBehaviour and ScriptableObjects.
- Added media files.
- Added context menu for faster asset import/update.
- Fixed simplified behavior.
- Added unit tests.
- Added address/group replacement. Working with regex rule to build the address based on information captured from the path.
- Added path elements extraction for address/group replacement (i.e.
${PATH[0]}
) - Added option to automatically create groups if not exist, default False.
- Added option to remove empty Asset Groups except the default group, default False.
- Added option to define if labels from ruleset are added or replace the current ones.
- Added save, documentation buttons.
- Improved documentation.
- Updated to addressable v1.1.5.
- Initial submission for package distribution.