-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference BoldString
S2NX7 edited this page Sep 30, 2025
·
2 revisions
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.