how do i make a box that you can click on and then type in that will change a ui text? is there a ui element for this?
1 Answer
1use that to gameobject.name
how do i make a box that you can click on and then type in that will change a ui text? is there a ui element for this?
use that to gameobject.name
no a ui text component, not the name
– awplays49Get the string/player input, use that to assign it to your UI text element.
– getyour411