Skip to content

Latest commit

 

History

History
292 lines (141 loc) · 14.3 KB

CHANGELOG.md

File metadata and controls

292 lines (141 loc) · 14.3 KB

0.16.1 (2023-02-08)

Bug Fixes

  • ReimportFolders API adds option to skip the reimport confirm dialog (#84) (5ebbcd8)

0.16.0 (2022-12-25)

Features

  • added a setting to disable the progress bar on import. (#80) (5b4dff0)

0.15.0 (2022-12-25)

Features

  • force add schema from template to rule target group (#65) (d553499)

0.14.1 (2022-10-04)

Bug Fixes

  • improve multiple settings support (b703d5f, d41ac3f) (8182504)

0.14.0 (2022-10-04)

Features

  • add multiple AddressableImportSettings support (#77) (5d63d14)

0.13.0 (2022-09-18)

Features

  • improve UX and some optimization (#75) (aee0e94)

0.12.0 (2022-06-22)

Features

  • improve the inspector for AddressableImportSettings (#60) (84fb2fa)

0.11.5 (2022-04-26)

Bug Fixes

  • avoid the selection.activeObject being reset to null when editing an addressable prefab #71 (e745f92)

0.11.4 (2022-03-31)

Bug Fixes

  • folder ends with '~' should be ignored #72 (491c169)

0.11.3 (2022-02-06)

Bug Fixes

  • allow load import settings file independent to the default location (#64, #68) (8004b5c)

0.11.2 (2022-01-06)

Bug Fixes

  • prevent null exception when access label fields in the rule (#63) (cebf133)

0.11.1 (2021-12-29)

Bug Fixes

  • change namespace of PrefabStageUtility in Unity 2021.2 (#61) (e287dc9)

0.11.0 (2021-05-22)

Features

0.10.0 (2021-05-16)

Features

0.9.8 (2021-05-15)

Bug Fixes

  • mute ODIN UnityEngine.ExitGUIException error temporarily (b4cb7cf)

0.9.7 (2021-05-15)

Bug Fixes

  • null reference error since r9682904 (777a3ca)

0.9.6 (2021-05-15)

Bug Fixes

  • CS0618 warning when access PrefabStage.assetPath (9682904)

0.9.5 (2021-05-15)

Bug Fixes

  • AllowGroupCreation checkbox hidden when Odin is present (close #45) (#49) (69a9cbb)

0.9.4 (2020-12-18)

Bug Fixes

  • initial null exception error when ODIN is enabled (refs #43) (f8d9bba)

0.9.3 (2020-10-17)

Bug Fixes

  • move Media to Media~ to avoid generating meta files (close #41) (ad09c0c)

0.9.2 (2020-08-17)

Bug Fixes

  • constantly warn about missing settings (close: #40) (d8d7975)

0.9.1 (2020-08-04)

Bug Fixes

0.9.0 (2020-07-28)

Features

0.8.1 (2020-07-06)

Bug Fixes

  • use text AddressableImporter intead of AddressablesImporter (46ecf92)

0.8.0 (2020-07-06)

Features

0.7.3 (2020-05-19)

Bug Fixes

  • change remove-empty-group feature to a manual operation (#30) (1e6ec04)

0.7.2 (2020-05-18)

Bug Fixes

  • clean group name internally (close: #27) (f99b399)

0.7.1 (2020-05-17)

Bug Fixes

  • check folder(s) should treat folder as import entry as well (close: #26). (18923eb)

0.7.0 (2020-05-07)

Features

0.6.0 (2020-04-26)

Features

0.5.4 (2020-04-13)

Bug Fixes

  • avoid applying rules to current editing prefab asset (close: #19) (9c4df8b)

0.5.3 (2020-04-04)

Bug Fixes

  • check existence of addressables settings (close: #18) (aab0156)

0.5.2 (2020-02-27)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Features

  • deploy semantic-release (d1c4c1b)

Changelog

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.

[0.4.2] - 2019-12-25

  • Updated context menu path to create settings.
  • Added alternative way to install the package via openupm.

[0.4.1] - 2019-09-29

  • Updated contributors.

[0.4.0] - 2019-09-29

  • Added option to apply group template.

[0.3.2] - 2019-09-20

  • Bug fix: internal editor script enables multiselect edition on all MonoBehaviour and ScriptableObjects.

[0.3.1] - 2019-09-12

  • Added media files.

[0.3.0] - 2019-08-08

  • Added context menu for faster asset import/update.

[0.2.2] - 2019-08-05

  • Fixed simplified behavior.
  • Added unit tests.

[0.2.1] - 2019-08-04

  • 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.

[0.1.1] - 2019-07-19

  • Updated to addressable v1.1.5.

[0.1.0-preview] - 2019-06-30

  • Initial submission for package distribution.