-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference ColorString
S2NX7 edited this page Sep 30, 2025
·
2 revisions

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.