On-screen keyboard button effect
-
How do you make an object that types a letter into a label when tapped?
-
@Unitycube2 Go to UI Behaviours and get Alert, then set it to Multi Button w/Input.
Then place Set Label, and choose the label you want to be able to change. Drag and drop the output of Alert into the input field and choose user_text.
Hope this helps!
-
@Unitycube2 You can get the label of a text, combine it with another letter you are trying to type and set the label of that text. This is perfect for making keyboards, because you can control every aspect of it.
-
This post is deleted!