xyi/Library/PackageCache/com.unity.ugui@19db204a6265/Documentation~/TextMeshPro/RichTextNoParse.md
Vladislav 2750530006 1
2025-09-18 15:33:57 +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