Skip to content

v2.5.0 - Bug Fixes and QoT Improvements

Latest

Choose a tag to compare

@brunomikoski brunomikoski released this 04 Dec 21:21

What's Changed

Changed

  • Fixed issue with the TreeView and the unity version compatibility by @RoyTheunissen #182
  • LongGuids are now displayed via their base64 string by @RoyTheunissen #184
  • IndirectReferences are not generated per item type, so it can filter what type of items can be displayed on the picker
  • Fixed issue where renaming one asset on the CollectionEditor could cause some issues
  • Fixed IndirectReference not properly saving items from the dropdown when used inside arrays
  • Fixed overall issues with the CollectionItemQuery.cs
  • Fixed Item picker not respecting the inheritance of items when displayin the picker
  • GUID are now not serialized when invalid, so it doesn't get reserialized in invalid states (#183)

Added

  • Added the option to omit labels in arrays and lists by @RoyTheunissen #181
  • Added indirect conversion between IndirectReference and Item type so they can used as regular SOCItem
  • Menu for generating Static Access for all the collection under the Tools/ScriptableObjectCollection menu
  • Menu for generating Indirect Reference file for all the collection under the Tools/ScriptableObjectCollection menu
  • Added extra validation for valid filenames when creating new collections/items

Pull Requests

Full Changelog: v2.4.2...v2.5.0