Files
Test-Multiplayer/Library/PackageCache/com.unity.ugui@7056cb05de4c/Documentation~/TextMeshPro/RichTextNoParse.md
pelpanagiotis 329b7d3183 First Commit
2025-12-21 18:31:02 +02: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