Skip to content

Bug fixes and QoL changes

Compare
Choose a tag to compare
@brunomikoski brunomikoski released this 02 Aug 21:02
· 213 commits to master since this release

Changed

  • Reverted the change where the isExpanded property would be shared between the collection editor and the property drawer.
  • Renamed ObjectType to TObjectType to keep standardized
  • Added TryGetItemByName for the ScriptableObjectCollection.cs
  • Added extra safety methods for checking duplicated Guids on collections and collection items
  • Properly implemented CollectionItemPicker IEnumerator<TItemType> GetEnumerator()

Full Changelog: v2.0.4...v2.0.5