Files
LowPolyRPG/Library/PackageCache/com.unity.ugui@9496653a3df6/Documentation~/TextMeshPro/RichTextNoParse.md
Caleb Sandford deQuincey 715fb68744 Initial commitment
2025-06-25 11:10:11 +01: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