v0.6.0
Pre-release
Pre-release
Features
- Added
BoolInversionAdapter
that inverts the value of a bool. - Added
IntToStringAdapter
andStringToIntAdapter
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
fromNoSuchAdapterException
toInvalidAdapterException
.
Fixes
- Fixed issue where putting an EventBinding or OneWayPropertyBinding on an object with missing components would throw NullReferenceExceptions and break the editor.