Releases: arimger/Unity-Editor-Toolbox
Releases · arimger/Unity-Editor-Toolbox
0.13.1
Changed:
- Fix runtime compilation error caused by the SerializedDirectory
Full Changelog: v0.13.0...v0.13.1
Sorry guys for this issue, I hope it didn't cause much trouble for you today. I added an additional workflow job for running standalone unit tests so it shouldn't happen anymore!
0.13.0
Added:
- Warning information if currently serialized type in TypeField-based drawers (SerializedType, [ReferencerPicker]) is not available in the filtered types collection
- Context menu operations for [SerializeReference] properties (Copy, Paste, Duplicate), all operations are based on a deep copy of the source reference
- Basic support for generic references while using [SerializeReference] & [ReferencePicker], can be utilized in Unity 2023.2.x+
- More unit tests (PropertyUtility, filtering generic types)
- Validation of assigned assets in the SerializedDirectory class
Changed:
- Fix duplicated initialization process forced by the OnValidate call
- Better support for generic types for the SerializedType & associated drawer
- Hierarchy: For now 'Script' label displays maximum 5 scripts
- Improved types label generation for TypeField-based drawers (SerializedType, [ReferencerPicker])
Full Changelog: v0.12.13...v0.13.0
0.12.13
Added:
- DisableInEditModeAttribute
Changed:
- Hierarchy: Added Tree List renderer, which improves visual identification of parent and child gameobjects
- Hierarchy: For now 'Script' label will display all available components linked to a GameObject/Prefabs
- Hierarchy: For now 'Layer' label will display full layer name instead of the layer mask value
- Fix SceneView settings change events firing when they shouldn't
- Fix issue when trying to find private fields/properties from parent classes (e.g. while using conditional attributes)
0.12.12
Added:
- NotPrefabObjectOnlyAttribute
Changed:
- LabelWidthAttribute is now part of the Toolbox decorator attributes (can be mixed with other attributes)
- Hierarchy: Script, Tag, and Layer columns are now excluded from the default settings
- Possibility to change style for groups ([BeginGroup] and [BeginHorizontalGroup] attributes)
- ScriptableObject Creation Wizard now accepts only ScriptableObjects marked with the [CreateInWizard] or [CreateAssetMenu] attributes
0.12.11
0.12.10 Release
Changed:
- Fix fetching and initializing Toolbox features when assets are updating
- Display ReorderableList element handle at the top of available space
- Display "Collection is Empty" label for empty ReorderableLists
- New visual appearance for the SerializedDictionary properties
- Fix using Toolbox drawers in the SerializedDictionary properties
- Change the default SceneView selector key to
Tab
0.12.9 Release
Changed:
- Fix rare invalid SerializedProperty iterator when editing child properties
- Extend objects creation behaviour while using the ReferencePickerAttribute (possibility to create uninitialized objects)
- Minor UX improvements in the ScriptableObjectCreationWizard
0.12.8 Release
Changed:
- Fix calling the ScriptAttributeUtility.GetDrawerTypeForType method in Unity 2033.3+
- Fix getting and setting scripting defines in Unity 2023+
0.12.7 Release
Added:
- 'Revert Prefab Name' option for prefabs in the GameObject/Prefabs context menu
Changed:
- Possibility to interact with ProgressBarDrawer (added IsInteractable property to the ProgressBarAttribute)
- MinMaxAttribute now supports Vector2Int
0.12.6 Release
Changed:
- Fix ToolboxEditorToolbar in Unity 2021.1+
- Minor API changes in the SearchablePopup class