Is there any way to add a character set to the text input? just like with the spritefont, for example, I want the player to write something in there, but he can only use "abcd1234" to write
Develop games in your browser. Powerful, performant & highly capable.
I imagine you could use a regex replace on the text input text on changed to allow only specific characters. I'm not sure the exact regex expression you would want though.