- Home /
 
Unity UI Disable Annoying Yellow Arrow
Hello, I'm trying to make a Main Menu on My Game based on Unity New UI System. when I editing the buttons Unity will show some Yellow Arrow that help me to managing the UI Navigation.

my problem is, I want to make many much button, but this yellow arrow are very annoying. try find help in Unity Documentation, but no luck. anybody know about how to turn off/hide this yellow arrow?
 
                 
                screenshot (113).png 
                (47.3 kB) 
               
 
              
               Comment
              
 
               
               
               Best Answer 
              
 
              Answer by BMayne · Dec 25, 2014 at 04:24 AM
Hey there,
It's pretty simple to turn off that effect just go to any button component and turn off Visualize.

Regards,
 
                 
                buttonnav.png 
                (19.0 kB) 
               
 
              owww.. thanks!!! I didn't see that button.
it's weird because unity place that button in inspector, not in gizmos menu.
Your answer