Unity_lab3/Unity3_lab/Library/PackageCache/com.unity.ugui@23c310536180/Documentation~/TextMeshPro/RichTextNoParse.md
savilokirill@gmail.com 8946e6704d шлейф
более менее работает
2025-11-12 01:57:52 +03:00

369 B

Noparse

The <noparse> tag creates a scope that TextMesh Pro does not parse.

This is useful for rendering text that TextMesh Pro normally interprets as a rich text tag, without disabling rich text tags.

Example:

Use <noparse><b></noparse> for <b>bold</b> text.

Example image
Prevent parsing of some tags