I don’t know if this is a bug or not, but I cannot find any information on it.
What is selectable vs focusable? And why do they turn each other off/on?
(I am just deselecting the button)
excellentnewcuttlefish
I don’t know if this is a bug or not, but I cannot find any information on it.
What is selectable vs focusable? And why do they turn each other off/on?
(I am just deselecting the button)
excellentnewcuttlefish
There is no documentation I can find on this?
Typically in UI ‘focus’ refers to input handling. So an element might be selected but not necessarily have taken focus of input such as typing on the keyboard.
Here’s a handy best practices guideline from apple on such matters that goes more in depth with it. https://developer.apple.com/design/human-interface-guidelines/inputs/focus-and-selection/
Thanks for the info!
So from my understanding, its like mousing over an element which focuses it but then you have to click to select it? I don’t know, I really just want to see the documentation from Unity to know exactly how they implemented it. Nobody from Unity seems to know =(