Unit Reference ColorString - RealityStop/Bolt.Addons.Community GitHub Wiki
The Color node wraps a given string value in a Unity rich text color tag.
You can choose from predefined colors to style text dynamically in your graphs.
Input Ports
- Value : The input string to which the color will be applied.
Output Ports
-
Result : The colored string, formatted with a
<color>tag based on the selected color.