How to avoid tabbing a button will block all UI Text Fields?

Hey there,


I have a button which has the normally function from a Start-Button.

If the user tab on it he should type in some text in a text field and the application is going to check this text.


But the big problem is: As soon as the button is active all TextFields are disabled!

I tried to fix this with "Input.isEnabled = true"in the source code of the button but unfortunately it does not change anything.


Anyone an idea what to do?


Thanks ;-)

Replies

Show some code? What kind of app? Game? Which APIs are you using?


Curious about focus w/the 'start' session sequence... Might just be a matter of order since it doesn't appear to be an otherwise normal input form.