- Home /
How can I add a button next to the play button in the editor?
I want to make an extension for the editor, but I haven't come across a way to but buttons near the play button in the editor. Has anyone done anything similar to this? Or seen it done in a package?
I've been digging a lot about this. I didn't wanted to add button there, but below the Play Button. As far as i understood, this area cannot be modified.
I might be wrong, but i don't think you can do this...
No, you can. I saw a button panel implented to the left of play button in NGTools plugin. But it consists of dlls so no easy way to check how they did it.
Answer by jayatubi · Apr 29, 2019 at 07:18 AM
Maybe you are looking for this: https://github.com/marijnz/unity-toolbar-extender
Your answer

Follow this Question
Related Questions
How to make multiple EditorWindows dock together? 0 Answers
Is there any way to make a timeline feature in editor scripting? 1 Answer
Plugin To Extend Editor By DLL which contains Mono behaviours 0 Answers
Is there a way to avoid the Animation window drop-down menu with a selected Animator? 0 Answers
Unity editor extension - create drag and drop (similar to Buildbox) 1 Answer