Thanks. The UIKeyNavigation component is working well however it doesn't handle the case that I need. Which is:
1. User has two buttons, side by side, user uses dpad to navigate to button 2 (on the right) which they click
2. Continue button now appears below the two buttons, I want to automatically navigate to the new continue button so it's a button click to leave the screen rather than a dpad down then button click
3. I need to teleport focus / hover to the continue button have it hover, do it's animations etc.
I'll try the UICamera.controllerNavigationObject to see if that works.