Bug fixes and Improvements
What's Changed
- Fixed editor only items causing issues when the project recompiles during playmode.
- Added option to disable automatically reloading of collection on the CollectionRegistry
- Updated Labels from
CollectionItemPicker
to use black as the default interface - Added some helpers to help project upgrade
- Added
[DrawAsSOCItem]
attribute to allow drawing of customScriptableObjec
that implementsISOCItem
as a CollectionItem, this is only necessary for unity versions below 2022, and should not affect anything else. - Synchronize Assets button on the Collection will also perform a reload of the collection
- Feature/fix drawing for custom SOItems by @brunomikoski in #119
Full Changelog: v2.0.1...v2.0.2