Skip to content

Unit Reference BoldString

S2NX7 edited this page Sep 30, 2025 · 2 revisions

BoldString

Screenshot 2025-09-30 164536

The Bold node takes an input string and returns a new string wrapped in Unity's <b></b> rich-text tags.
This allows you to easily display text in bold when rendering with Unity UI components (e.g., Text or TMP_Text).

Input Ports

  • Value : The input string to be formatted as bold.

Output Ports

  • Result : The resulting string wrapped in <b></b> tags.

Clone this wiki locally