Skip to content

v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@RoryDungan RoryDungan released this 26 Jul 07:06
· 97 commits to master since this release

Features

  • Added BoolInversionAdapter that inverts the value of a bool.
  • Added IntToStringAdapter and StringToIntAdapter for converting between ints and strings.
  • Added BoolToColorBlockAdapter for changing the color of a button based on the value of a bool.
  • Gave all components and ScriptableObjects the correct help URL.
  • Improved internal argument checking.

Breaking changes

  • Removed ColorBlockAdapter MonoBehaviour component - this is replaced by the new ColorBlockAdapter that uses the new adapters system.
  • Changed type of the exception thrown when the specified adapter type does not implement IAdapter from NoSuchAdapterException to InvalidAdapterException.

Fixes

  • Fixed issue where putting an EventBinding or OneWayPropertyBinding on an object with missing components would throw NullReferenceExceptions and break the editor.