Skip to content

Multiple Collections improvements

Compare
Choose a tag to compare
@brunomikoski brunomikoski released this 05 Apr 08:07
· 387 commits to master since this release
aa42c48

Changed

  • In order to support multiple collections of the same type the check of the Values I had to tweak how the instance of every instance is assigned, changed for the OnEnable of the collection item
  • Changed the Refresh of the collections to only find items under the same folder.
  • Fixed a lot of scripts to work properly with multiple collections of the same type
  • Added some logs when CollectionItems are added/removed from collections to help the visibility
  • CollectionType.Values now will return all the CollectionItem available on the registry, so if you have 2 Collections of the one Type this will return the content of both collections while the CollectionItem.Values when the access file is generated will only return that specific collection item