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
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.