Skip to content

Commit a730ca7

Browse files
committed
Update documentation
1 parent 6e3f5de commit a730ca7

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

Assets/Editor Toolbox/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ Available features are divided into three groups:
6969
Each module is described in its respective section.
7070

7171
If you want to keep your custom settings between UET versions, create your own settings file:
72-
```Create/Editor Toolbox/Settings```
72+
```
73+
Create/Editor Toolbox/Settings
74+
```
7375

7476
## Attributes & Drawers <a name="drawers"></a>
7577

@@ -815,3 +817,10 @@ public static class MyEditorUtility
815817
Copy and paste all components from/to particular GameObject.
816818

817819
![inspector](https://github.com/arimger/Unity-Editor-Toolbox/blob/develop/Docs/utils.png)
820+
821+
Create multiple ScriptableObjects at once.
822+
```
823+
Assets/Create/Toolbox/ScriptableObject Creation Wizard
824+
```
825+
826+
![inspector](https://github.com/arimger/Unity-Editor-Toolbox/blob/develop/Docs/createso.png)

Docs/createso.png

11.7 KB
Loading

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ Available features are divided into three groups:
6969
Each module is described in its respective section.
7070

7171
If you want to keep your custom settings between UET versions, create your own settings file:
72-
```Create/Editor Toolbox/Settings```
72+
```
73+
Create/Editor Toolbox/Settings
74+
```
7375

7476
## Attributes & Drawers <a name="drawers"></a>
7577

@@ -815,3 +817,10 @@ public static class MyEditorUtility
815817
Copy and paste all components from/to particular GameObject.
816818

817819
![inspector](https://github.com/arimger/Unity-Editor-Toolbox/blob/develop/Docs/utils.png)
820+
821+
Create multiple ScriptableObjects at once.
822+
```
823+
Assets/Create/Toolbox/ScriptableObject Creation Wizard
824+
```
825+
826+
![inspector](https://github.com/arimger/Unity-Editor-Toolbox/blob/develop/Docs/createso.png)

0 commit comments

Comments
 (0)