Text
Your GameObject which contains Text component, need to be the a child of GameObject which contains a Canvas component
Set content of your text :
Set spacing between letters (0.5f is basic value) :
Set text size (15.0f is basic value) :
Set text color (white is basic value) :
All getters have same name that there setters. You juste have to replace set with get.
Last updated