Skip to content

Releases: arimger/Unity-Editor-Toolbox

0.10.8 Release

28 Feb 16:31
4030355
Compare
Choose a tag to compare
0.10.8 Release Pre-release
Pre-release

Added:

  • [Conditional("UNITY_EDITOR")] attribute to all drawer attributes
  • Possibility to ignore certain properties directly in the ToolboxEditor OnGUI callback

Changed:

  • Resizing "Size" field in the ReorderableLists depending on the content
  • Serializing Scene name in the SerializedScene class
  • Optimization of types caching (mostly related to the SerializedType class)
  • New name for the main Editor assembly -> Toolbox-Editor to Toolbox.Editor (NOTE: it will break serialization of the drawer types in your custom settings, all you need to do is to re-assign appropriate types)

0.10.2 Release

20 Aug 21:45
Compare
Choose a tag to compare

Added:

  • Pack of custom material drawers
  • Reflection-based drawers: possibility to pass data from non-serialized fields, properties, and methods
  • DynamicHelpAttribute
  • Unit tests
  • Possibility to disable content in inlined Editors

Changed:

  • Fix parent extraction from the SerializedProperty
  • Fix popup indentations
  • Fix marking asset objects as dirty
  • Fix built-in array drawers

0.9.0 Release

19 Jul 19:01
c07f13c
Compare
Choose a tag to compare

Added:

  • FormattedNumberAttribute
  • SceneAsset picker for the SceneNameAttribute
  • Optional foldout for the ReorderableList and related attributes
  • GuiColorAttribute

Changed:

  • Remove obsolete attributes
  • Rename ToolboxCompositionAttribute class to ToolboxArchetypeAttribute