- Home /
Question by
Jtrobinson · Jan 03, 2019 at 11:54 PM ·
animationguianimatorscript.animation clip
Is it possible to change the size of text in the animator window?
I'm looking in the animator window because I am animating my coin count text so that when a coin is collected the text gets bigger and bolder for a second then reverts back to normal. Here are the only properties that I see I can alter text within the Animator window. Is it even possible to change the text scale this way?
animatorquestionunity.png
(38.5 kB)
Comment
Best Answer
Answer by cdr9042 · Jan 04, 2019 at 03:03 AM
You'll have to use Transform scale property. If you want to change font size in animation, TextMeshPro can do it.