Skip to content

Releases: favoyang/unity-addressable-importer

v0.3.0

07 Aug 16:29
Compare
Choose a tag to compare

Changes v0.3.0

  • Added context menu for faster asset import/update.

v0.2.2

04 Aug 13:46
Compare
Choose a tag to compare

Changes v0.2.2

  • Fixed simplified behavior.
  • Added unit tests.

Changes since v0.2.0

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

Thanks @AlkisFortuneFish @danilonishi for the contributions.

v0.2.1

04 Aug 08:11
Compare
Choose a tag to compare

Changes

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

Thanks @AlkisFortuneFish @danilonishi for the contributions.