Can I set that while user is typing in text input object if he presses Enter than a scene changes

Hi
can I limit number of characters in Text Input object
and
Can I set that fore example while player/user is typing in text input object if he presses Enter/return than a scene changes ?

I have managed to limit the number of characters
but
when text input is focused pressing Enter doesn’t change anything
I mean its still in focused input mode
only way is if I put a timer or mouse
but I don’t want either
I want that when someone types for example Darko and when he presses enter is taken to leader board

Unfortunately key pressed conditions wont work while a text input is focused.

thanks :slight_smile:
so only timer or mouse will change scene …
I don’t see action to unfocus

You can use a clickable confirm button

1 Like

you mean button object ? or ?

Yes, I did mean to use an object.