Skip to content

Commit 7c2d655

Browse files
committed
Update: README.md
1 parent 2452f73 commit 7c2d655

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Assets/Editor Toolbox/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,9 @@ Properties that can be edited include:
10291029
10301030
### Toolbar <a name="toolbar"></a>
10311031

1032+
> [!IMPORTANT]
1033+
> Unity 6.3 provides a new [official API](https://docs.unity3d.com/6000.3/Documentation/ScriptReference/Toolbars.MainToolbarElement.html) for extending the main toolbar. Toolbox implementation still relies on the Reflection and overriding predefined VisualElements setup, therefore consider using the new API.
1034+
10321035
> Editor Toolbox/Editor/ToolboxEditorToolbar.cs
10331036

10341037
Check **Examples** for more details.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,9 @@ Properties that can be edited include:
10291029
10301030
### Toolbar <a name="toolbar"></a>
10311031

1032+
> [!IMPORTANT]
1033+
> Unity 6.3 provides a new [official API](https://docs.unity3d.com/6000.3/Documentation/ScriptReference/Toolbars.MainToolbarElement.html) for extending the main toolbar. Toolbox implementation still relies on the Reflection and overriding predefined VisualElements setup, therefore consider using the new API.
1034+
10321035
> Editor Toolbox/Editor/ToolboxEditorToolbar.cs
10331036

10341037
Check **Examples** for more details.

0 commit comments

Comments
 (0)