Page:
Nodes/Image/Texture2DImport
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
2
Nodes/Image/Texture2DImport
Chromum edited this page 2025-05-09 11:03:16 +00:00
Table of Contents
Texture2D Import
🔌 INPUT PORTS
Name | Type | Description |
---|---|---|
textureImport |
Texture2D |
The texture asset to import and process. |
📤 EXPORT PORTS
Name | Type | Description |
---|---|---|
textureOutput |
ImageData |
The converted texture as internal image data. |
File Name |
string |
The name of the imported texture file. |
File Directory |
string |
The directory path of the texture asset. |
📝 DESCRIPTION
The Texture2D Import node is designed to import a Texture2D
from the Unity Asset Database, modify its import settings, and convert it into an internal ImageData
object for further processing.
It also outputs the file name and file path for easy reference
This node is derived from BaseImageNode
.
⚠️ KNOWN ISSUES
- This node modifies texture import settings directly within the Unity Editor, which can affect the texture permanently if not handled carefully.