Page:
Nodes/String/Append
Pages
Guides/QuickStart
Home
Nodes/BaseImageNode
Nodes/Image/Desaturate
Nodes/Image/GetDimensions
Nodes/Image/Invert
Nodes/Image/InvertChannel
Nodes/Image/RGBACombine
Nodes/Image/RGBASplit
Nodes/Image/Texture2DImport
Nodes/Image/Texture2DOutput
Nodes/Image/VariableNode
Nodes/Image/ViewImageNode
Nodes/Images/FromPathNode
Nodes/Images/SingleChannelColor
Nodes/String/Append
Nodes/String/Replace
Nodes/String/Split
Nodes/Utils/GenericConnection
quick-start
Clone
6
Nodes/String/Append
Chromum edited this page 2025-05-09 09:01:48 +00:00
Table of Contents
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