Hi, is it possible to type numbers using the numeric pad in a Input Element? (Azerty keyboard)
Numeric lock is activated but it doesn't type anything when I press on either 1, 2 , 3 (etc) of the num pad.
Unity 6000.2.8f1
AC 1.84.3
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Is this for an AC menu, or Unity UI? The handling of input is processed differently depending on the Menu's Source.
It's a AC menu in which I created a Input Element (similar to the tutorial to give a name to the Player).
I set it up to enter a password (numbers), the input type is set to numberic only, and the content is saved in a string variable that I check later.
I believe this is an issue limited to AC menus, but I'll correct this as part of the next update - thanks for raising the issue.
Thanks a lot Chris!