You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assets/Editor Toolbox/CHANGELOG.md
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
## 0.14.0 [23.02.2025]
2
2
3
-
## 0.13.2 [29.11.2024]
4
-
5
3
### Added:
6
4
- OnToolbarGuiRight callback (ability to draw GUI elements on the right side of the toolbar container); OnToolbarGui replaced with the OnToolbarGuiLeft callback
7
5
@@ -12,6 +10,17 @@
12
10
- Fix clearing cached Editor instances in the [InLineEditor] (fix for the AudioClip still playing)
13
11
- Improve displaying [SerializeReference]-based properties in the multi-editing mode
14
12
13
+
## 0.13.2 [29.11.2024]
14
+
15
+
### Added:
16
+
- AnimationCurveSettingsAttribute
17
+
18
+
### Changed:
19
+
- Possibility to use [EditorButton] and [DynamicHelp] in nested types
20
+
- For now SerializeReference properties without children will always be folded
21
+
- Fix exception while building labels for generic types without arguments
22
+
- Fix drawing SerializedDictionary if value or key types cannot be serialized
0 commit comments