Skip to content

Commit 7943530

Browse files
committed
Update: README.md
1 parent 09b7e3f commit 7943530

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/Editor Toolbox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ Copy and paste all components from/to particular GameObject.
916916
![inspector](https://github.com/arimger/Unity-Editor-Toolbox/blob/develop/Docs/utils.png)
917917
918918
Create multiple ScriptableObjects at once.
919-
Wizard will allow only ScritpableObjects marked with **[Toolbox.Attributes.CreateInWizard]** and **[UnityEngine.CreateAssetMenu]** attributes.
919+
Wizard will allow only ScritpableObjects marked with **[Toolbox.Attributes.CreateInWizard]** attribute.
920920

921921
```
922922
Assets/Create/Editor Toolbox/ScriptableObject Creation Wizard

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ Copy and paste all components from/to particular GameObject.
916916
![inspector](https://github.com/arimger/Unity-Editor-Toolbox/blob/develop/Docs/utils.png)
917917
918918
Create multiple ScriptableObjects at once.
919-
Wizard will allow only ScritpableObjects marked with **[Toolbox.Attributes.CreateInWizard]** and **[UnityEngine.CreateAssetMenu]** attributes.
919+
Wizard will allow only ScritpableObjects marked with **[Toolbox.Attributes.CreateInWizard]** attribute.
920920

921921
```
922922
Assets/Create/Editor Toolbox/ScriptableObject Creation Wizard

0 commit comments

Comments
 (0)