Skip to main content

Export

Overview

Exports the incoming mesh data as an asset using the specified name and path.


Inputs

NameTypeDescription
InputMeshDataMesh data to be exported.

Outputs

This node does not produce an output.


Parameters

NameTypeDefaultDescription
Export NamestringExportedObjectName of the exported asset.
PathstringAssets/PrefabsTarget folder path where the asset will be saved.

Behavior Notes

  • The export path must be a valid project-relative path (e.g. inside the Assets folder).
  • If an asset with the same name already exists at the target path, it may be overwritten.