Skip to content

v2.0.5

Compare
Choose a tag to compare
@dbrizov dbrizov released this 21 Aug 14:02
· 75 commits to upm since this release

New Attributes

  • AnimatorParam - easy selection of animator parameters
  • Expandable - ScriptableObjects can be expanded inside MonoBehaviours or other ScriptableObjects
  • Foldout - creates a foldout group

Improvements

  • Type support for [ShowNativeProperty]
  • [InfoBox] is now resizable depending on the size of the content
  • The header of the [ReorderableList] now supports drag and drop
  • The headers of buttons, non-serialized fields, and native properties are removed

Fixes

  • #161 - fixed a null reference exception when viewing game objects with deleted mono behaviors that use NaughtyAttributes
  • If an exception is thrown, the inspector's disabled scoped can't be modified, because all calls to GUI.enabled are replaced with EditorGUI.DisabledScope()
  • #123 - [ReorderableList] and [ShowAssetPreview] can now be combined together.