Skip to content

Releases: brunomikoski/ScriptableObjectCollection

v2.2.4 - Item Order Protection & Fixed SOC Item Property Drawers

03 Apr 08:10
e828d6a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.3...v2.2.4

v2.2.3 - New SOCItemEditorOptions options and bug fixing.

28 Feb 09:16
6430bb6
Compare
Choose a tag to compare

Fixes

  • [SOCItemEditorOptions] now has the option to limit the displayed items to the collection selected in a given field using the ConstrainToCollectionField parameter.
  • [SOCItemEditorOptions] now has the option to fire a callback when a value is selected using the OnSelectCallbackMethod parameter.
  • Replaced the implementation of the [DidReloadScripts] by the AssetPostprocessor to deal with importing errors on newer unity version
  • Fixed issue where trying to add new custom items to a collection was not showing the create custom type properly

v2.2.1 - Improved Keyboard Support for Browser

12 Jan 13:04
cc21402
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

2.2.0 - Scriptable Object Collection Browser

12 Nov 13:51
1bbaad8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.2.0

v2.1.2 - SOC Item reference overrides

05 Oct 09:18
c477a8f
Compare
Choose a tag to compare

What's Changed

  • Made sure SOC Item references correctly show property overrides by @RoyTheunissen in #131

Full Changelog: v2.1.1...v2.1.2

2.1.1 - Generator Wizard

26 Sep 11:45
da1e8e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

Generators!

04 Sep 09:21
Compare
Choose a tag to compare

Added

Changed

  • Ability to define if a class can be reordered/add/remove items by the collection
  • A few other helpers for creating SOCItems dynamically

What's Changed

Full Changelog: v2.0.9...v2.1.0

2.0.9

24 Aug 16:54
1face07
Compare
Choose a tag to compare

Changed

  • Editor serialization issues with new drawing methods.
  • Added sorting options for collections
  • Added option to make the collection not reorderable
  • Fixed issue with asset post-processing and recent imported files

What's Changed

Full Changelog: v2.0.8...v2.0.9

2.0.8

22 Aug 21:05
dc993ff
Compare
Choose a tag to compare

Changed

  • Fixed a small typo in the package description.
  • Since [2.0.3] the collection now uses the Editor for drawing the items on the collection, but this can cause some issues depending of how customized it is inside a ReorderableList, so you can now choose the item to use or not by toggling the Use Custom Editor inside the advanced settings
  • Upgraded the CollectionCustomEditor to use BaseEditor
  • Updated CollectionItemPicker<> to use IndirectReference<> to store the items, since it also contains the LongGuid reference to the Collection, allowing it to work with multiple collections of the same time (It should automatically upgrade to the new version automatically)
  • Added ability to compare CollectionItemPicker<> to a IList<> of the same type
  • Other minor fixes and improvements

What's Changed

Full Changelog: v2.0.7...v2.0.8

v2.0.7

10 Aug 13:55
Compare
Choose a tag to compare

[2.0.7]

Changed

  • Moved EditorPreference to Runtime folder. It is safe and useful to be able to use it in runtime code.