Unit Reference BoldString - RealityStop/Bolt.Addons.Community GitHub Wiki
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.