From the course: Unity Medical Visualization: 01 Preparation and Design

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Working with UI text

Working with UI text - Unity Tutorial

From the course: Unity Medical Visualization: 01 Preparation and Design

Start my 1-month free trial

Working with UI text

- [Narrator] So, we're doing great because in the previous movie, we managed to set up our bubble mesh here, constructed along with a world space canvas UI element, and all we need to do now is add our text element to that configuration so we can display a message here inside this bubble text. So I'm going to select the Bubble object and expand that to reveal the bubble mesh here, and on top of the bubble mesh, expand that again to reveal the canvas that is inside it. Now this canvas here is currently aligned in the world, and it's looking pretty good, but we don't have a UI element attached to it yet. I'm going to right-click on the canvas, choose UI, and then I'm going to select Text. We have two different options here, Text with TextMeshPro, or just Text. In this case I'm going to use Text, because the TextMeshPro requires an additional package to be added to the project. Some I'm going to just choose Text. Now…

Contents