Files
stas-barecky/Library/PackageCache/com.unity.ugui@52e65280e89e/Documentation~/TextMeshPro/RichTextNoParse.md
2026-01-08 20:43:08 +05: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