Skip to content

Commit 88f002f

Browse files
committed
Update documentation
1 parent a6b8d01 commit 88f002f

File tree

4 files changed

+20
-1
lines changed

4 files changed

+20
-1
lines changed

Assets/Editor Toolbox/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.10.6 [30.11.2021]
2+
3+
### Added:
4+
- DynamicRangeSliderAttribute
5+
- SerializedDateTime
6+
7+
### Changed:
8+
- Fix disposing inlined Editors in ScriptableObjects-based Inspectors
9+
- Fix disabling "Edit" button when inlined Editor is disabled
10+
- Fix relative path when ToolboxEditorSettings is created manually
11+
112
## 0.10.4 [27.10.2021]
213

314
### Added:

Assets/Editor Toolbox/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,10 @@ public void Usage()
602602
#endif
603603
```
604604

605+
#### SerializedDateTime
606+
607+
Allows to serialize DateTime.
608+
605609
![inspector](https://github.com/arimger/Unity-Editor-Toolbox/blob/develop/Docs/dictionary1.png)
606610

607611
![inspector](https://github.com/arimger/Unity-Editor-Toolbox/blob/develop/Docs/dictionary2.png)

Assets/Editor Toolbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.arimger.editor-toolbox",
33
"displayName": "Editor Toolbox",
4-
"version": "0.10.4",
4+
"version": "0.10.6",
55
"unity": "2018.1",
66
"description": "Tools, custom attributes, drawers, hierarchy overlay, and other extensions for the Unity Editor.",
77
"keywords": [

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,10 @@ public void Usage()
602602
#endif
603603
```
604604

605+
#### SerializedDateTime
606+
607+
Allows to serialize DateTime.
608+
605609
![inspector](https://github.com/arimger/Unity-Editor-Toolbox/blob/develop/Docs/dictionary1.png)
606610

607611
![inspector](https://github.com/arimger/Unity-Editor-Toolbox/blob/develop/Docs/dictionary2.png)

0 commit comments

Comments
 (0)