(4.6) UI Button Navigation - How to disable?

By defaults Button Navigation is set to Automatic. How to turn Navigation to None on all buttons, or set to None by default?

There currently is not setting for that, you’d need to do something yourself (script, prefab,…)

1 Like

Just ran into this. I was wondering why all Buttons stayed highlighted after clicking on them, even after moving the cursor away and it was because of the Automatic Navigation, thus the Buttons staying selected.

I created a script to go through all the prefabs and scenes and change the Navigation of Buttons to None, but it’s not really a solution in the long term.

I’d like to see some way to set the default Navigation value or enable/disable Navigation from the Input Module. Can’t really expect everyone to remember to use a custom button script or change the Navigation every time they add a Button.

2 Likes