Skip to content

Releases: brunomikoski/ScriptableObjectCollection

Late Initiation of Collections

25 Jul 21:52
2b1714c

Choose a tag to compare

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 InitializeCollections that 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

24 Jul 20:35

Choose a tag to compare

v1.0.1

fix: more readme stuff

First public release

24 Jul 11:07

Choose a tag to compare

v1.0.0

fix: update metadata