Releases: brunomikoski/ScriptableObjectCollection
Releases · brunomikoski/ScriptableObjectCollection
Late Initiation of Collections
Added
- Added support for non automatically loaded Collections, this allow you initialize collections when they are necessary, avoiding adding all the collectable
references into the resources bundle - Added
InitializeCollectionsthat can initialize Collection in regular MonoBehaviours - New type of script static script generation for Non automatically loaded collections
- Added new Custom Editor for the registry where you can define witch collection are auto loaded, and the static generation type
- PreProcess that removes the non automatically loaded collections before build
Changed
- General bug fixes and optimizations
- Fixed issue with the dropdown on property drawer
Updates
v1.0.1 fix: more readme stuff
First public release
v1.0.0 fix: update metadata