We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0dfde commit 331cc0dCopy full SHA for 331cc0d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.4.0] - 2025-05-09
4
+### Added
5
+- Add utility functions for the inspector:
6
+ - InspectorUtils.SetIndentScope: use EditorGUI.IndentScope to set the editor GUI indent level
7
+ - InspectorUtils.DrawHelpbox: draw a helpbox with the specified message and severity at given position
8
+- Add RectExtensions class: provides extensions functions for Rect
9
+
10
## [2.3.2] - 2025-04-18
11
### Updated
12
- Update SubAssetPicker drawer to display mixed values and disable picker when multiple objects with different values are selected
0 commit comments