user input text game

Hey, i want to make a game similar to this one called Figgerits, I’m a beginner and would like to see some tutorials about how do i make keyboard visible for users all the time and how to make users type only one character at each square but i can’t really find videos or documentation about how to make this kind of thing or at least make an adaptation, if anyone out there would like do direct me to a tutorial or give me an advice it would be much appreciated, Thanks!

Unfortunately, keeping the keyboard open all the time looks like something that’s difficult to do in Unity. On the other hand, if you’re just using InputFields, you can just set the Character Limit in the Inspector. To make it even fancier, you can add a method to the onValueChanged callback to switch the box to the next one when it’s typed in.

thanks for response! how do i make input field as limited as one character?