Unity rich text tutorial

Опубликовано: 29 Сентябрь 2024
на канале: VionixStudio
1,851
19

Text in Unity is a little underpowered. But you can make some good-looking UI with the basic settings and Unity rich text formatting. The basic Unity text allows you to add basic things like font size, font type, alignment, and color. Rich text formatting allows you to add HTML tags to Unity text, but there are only limited options that you can add. In this post, we will cover how you can make a good-looking text UI with the options available in Unity.

You can see a check box in the above image that says the rich text. Normally if you enable it, you won’t see any difference in the text you have added. What it does is, it enables markup text formatting options. Markup text is similar to HTML formatting. You can do a lot of innovative things with this. Let’s see what options are available and how to use them.

Read full blog post on https://vionixstudio.com/2019/11/30/u...