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
+29-16Lines changed: 29 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,39 @@
1
+
## 0.13.0 [28.08.2024]
2
+
3
+
### Added:
4
+
- Warning information if currently serialized type in TypeField-based drawers (SerializedType, [ReferencerPicker]) is not available in the filtered types collection
5
+
- Context menu operations for [SerializeReference] properties (Copy, Paste, Duplicate), all operations are based on a deep copy of the source reference
6
+
- Basic support for generic references while using [SerializeReference] & [ReferencePicker], can be utilized in Unity 2023+
7
+
- More unit tests (PropertyUtility, filtering generic types)
8
+
9
+
### Changed:
10
+
- Fix duplicated initialization process forced by the OnValidate call
11
+
- Hierarchy: For now 'Script' label displays maximum 5 scripts
12
+
- Improved types label generation for TypeField-based drawers (SerializedType, [ReferencerPicker])
13
+
1
14
## 0.12.13 [22.08.2024]
2
15
16
+
### Added:
17
+
- DisableInEditModeAttribute
18
+
3
19
### Changed:
4
20
- Hierarchy: Added Tree List renderer, which improves visual identification of parent and child gameobjects
5
21
- Hierarchy: For now 'Script' label will display all available components linked to a GameObject/Prefabs
6
22
- Hierarchy: For now 'Layer' label will display full layer name instead of the layer mask value
7
23
- Fix SceneView settings change events firing when they shouldn't
8
24
- Fix issue when trying to find private fields/properties from parent classes (e.g. while using conditional attributes)
9
25
10
-
### Added:
11
-
- DisableInEditModeAttribute
12
-
13
26
## 0.12.12 [17.06.2024]
14
27
28
+
### Added:
29
+
- NotPrefabObjectOnlyAttribute
30
+
15
31
### Changed:
16
32
- LabelWidthAttribute is now part of the Toolbox decorator attributes (can be mixed with other attributes)
17
33
- Hierarchy: Script, Tag, and Layer columns are now excluded from the default settings
18
34
- Possibility to change style for groups ([BeginGroup] and [BeginHorizontalGroup] attributes)
19
35
- ScriptableObject Creation Wizard now accepts only ScriptableObjects marked with the [CreateInWizard] or [CreateAssetMenu] attributes
20
36
21
-
### Added:
22
-
- NotPrefabObjectOnlyAttribute
23
-
24
37
## 0.12.11 [05.04.2024]
25
38
26
39
### Changed:
@@ -53,13 +66,13 @@
53
66
54
67
## 0.12.7 [10.12.2023]
55
68
69
+
### Added:
70
+
- 'Revert Prefab Name' option for prefabs in the GameObject/Prefabs context menu
71
+
56
72
### Changed:
57
73
- Possibility to interact with ProgressBarDrawer (added IsInteractable property to the ProgressBarAttribute)
58
74
- MinMaxAttribute now supports Vector2Int
59
75
60
-
### Added:
61
-
- 'Revert Prefab Name' option for prefabs in the GameObject/Prefabs context menu
62
-
63
76
## 0.12.6 [19.10.2023]
64
77
65
78
### Changed:
@@ -68,12 +81,12 @@
68
81
69
82
## 0.12.5 [11.09.2023]
70
83
71
-
### Changed:
72
-
- Make ToolboxEditorHandler public
73
-
74
84
### Added:
75
85
- Add public OnCacheRefreshed event to the SceneSerializationUtility
76
86
87
+
### Changed:
88
+
- Make ToolboxEditorHandler public
89
+
77
90
## 0.12.4 [31.07.2023]
78
91
79
92
### Changed:
@@ -85,16 +98,16 @@
85
98
86
99
## 0.12.3 [17.06.2023]
87
100
101
+
### Added:
102
+
- SceneView extension: better way to select raycasted objects in the Scene view
103
+
- LabelWidthAttribute
104
+
88
105
### Changed:
89
106
- Fix updating SerializedScene index after deleting Scene
90
107
- Fix SerializedScene index calculation
91
108
- Fix NRE when deleted Scene was still included in Build Settings
92
109
- Fix compilation errors in Unity 2018.x
93
110
94
-
### Added:
95
-
- SceneView extension: better way to select raycasted objects in the Scene view
0 commit comments