How to extend scene view toolbar?

Hi, I’m working on tools for my game and I faced a problem with extend scene view toolbar. How can I add some buttons to toolbar like selected on screenshot?

overlays:

some alternatives
https://github.com/smkplus/CustomToolbar
https://github.com/marijnz/unity-toolbar-extender
https://github.com/baba-s/unity-customizable-toolbar

3 Likes

This too: Unity - Manual: Overlays

2 Likes

Many thanks for the help)