Hi, I don't understand what I'm doing wrong but apparently UIKeyNavigation is not working correctly. Every time I'm using the controller (xbox pad or whatever) and a dialog pops up, the button OK in that dialog has no focus and the user is stuck on that dialog. Basically the dialog Ok button has an UIKeyNavigation with StartsSelected set to true and the Explicit flag. I tried also to put it with Explicit and set also all the left,right,down,up so that no one is null, but still it has no focus. (NOTE: everything is set by Inspector, not by code). I'm setting it to explicit because under the dialog there are the others gui components which become not selectable with a darkener panel over them but you could navigate on them because they are still active in the gui, so if I don't set Explicit the user will be able to navigate on them when the dialog is up.
Thanks for the help guys!