Right now, I am fighting with Tabbing through controls.
Inside a panel, I have two input boxes and two buttons. On all the controls I added the "UI Key Navigation" script.
The Text Boxes have a "Tab" option, but the buttons do not. So I decided to leave them all blank to take the default behavior.
When I hit Tab, it goes from Useraname to Password to Create New Account and then it just cycles between Password and Create New Account. I can fix the cycle somewhat, but it will still leave out the "Username".
Ultimately though, it should go Username->Password->Sign In->Create New Account-><back to Username>.
If we had a "Tab Order" field it would be pretty simple to search for the next control in order and move to it.
The quicker fix would be if the Button had a Tab object I could attach to like the Text Boxes.