6
Nodes/String/Append
Chromum edited this page 2025-05-09 09:01:48 +00:00

String Append


🔌 INPUT PORTS

Name Type Description
String A System.String The initial string to which another string will be appended.
String B System.String The string to append to the end of String A.

📤 EXPORT PORTS

Name Type Description
Appended String System.String The resulting string produced by concatenating String A followed by String B.

📝 DESCRIPTION

The String Append node appends two strings together resulting in a single string output.
Use this node to combine text values—ideal for building file names, labels, or identifiers within Unity workflows.

This node is derived from BaseImageNode


⚠️ KNOWN ISSUES

  • N/A