Hi,
This question has been asked numerous times yet no definitive answer has been given. I am trying to add button to scene view native controls (Where toggle button to control lighting is located) . So far, even after an extensive search I couldn't find a solution. I know that it is possible, since I have seen assets that have integrated custom buttons to scene view native buttons.
So fat I tried to look for way to get handle of sceneview window and drawing button on it, yet there is no Button that can be drawn at specific handle. The best result I could get is to draw button inside the scene itself in scene view using OnSceneGUI(), which is not what I want as well.
Any solution?
↧