Unity_1lab/1 laba/Library/PackageCache/com.unity.ugui@58f0e62c6dfa/Documentation~/TextMeshPro/RichTextNoParse.md
lapich_valya c9e999597d test
penis(передвинула стенку)
2025-09-15 22:14:24 +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