About Story Text

Why didn’t Rick Sir told us about adding “using TMpro” and about replacing “Text” with “TextMeshProGUI” ?

1 Like

Did you ever figure this out? I’m trying to use TMP for my story text and it’s not working. I would love to figure that out.

OP explains it - you need the field set up like this:

using TMPro;
...
[SerializeField] TextMeshProUGUI textComponent;

A little tricky to figure out since he never converts the storyText into TextMesh in the video. It should probably be added as an annotation or something.

1 Like

That was exactly the problem. I figured it out somehow, but thank you so much for the response :slight_smile: They really should add that info in to save people dummy’s like me the headache! Haha

Privacy & Terms