Exporting Nodes
Any part of the scene (both a single node or a group of nodes including all children) can be exported from UnigineEditor and saved to a .node, .mesh or .fbx file.
Exporting Nodes to a NodeReference#
Any node (or nodes) from the World Hierarchy can be exported to a Node Reference. Exporting a node to a Node Reference may be required, for example, if you want to implement instancing of nodes in your project.
To export a node to a .node file, right-click the target node in the World Hierarchy window and choose Create a NodeReference in the drop-down list.
Another way to export a node (nodes) is to select it in any available way and choose Edit -> Convert To NodeReference in the Menu Bar. In both cases, the selected node will be converted to NodeReference, and the .node file named after the node will be created.
If you select several nodes, they will be exported to a single .node file as child nodes of the Dummy Node.
The exported node will be saved in local coordinates (relative to the zero of coordinates or to the parent node, if any).
Exporting Nodes to a Mesh#
Exporting nodes to a mesh may be required, for example, when you have several mesh-based nodes, and you want to get them as a single mesh.
Nodes of the following object-related types can be exported to the .mesh file:
To export a node to a .mesh file, right-click the target node in the World Hierarchy window and choose Export to -> UNIGINE Mesh file (.mesh) in the drop-down list.
The exported mesh can be used, for example, to create a mesh-based node.
Exporting Nodes to FBX#
Exporting nodes to an .fbx file provides a wide range of use cases for artists: for example, after exporting the scene you can bake lightmaps with the 3rd-party tool (for example, V-Ray).
Nodes of the following types can be exported to the .fbx file:
- Static Mesh
- Skinned Mesh
- Dynamic Mesh
- Node Reference
- World Spline Graph
- All players
- All light sources except Environment Probe and Voxel Probe
- When exporting a static or dynamic mesh that has more than one surface with the same material, a separate mesh for each surface will be created and saved in the FBX container.
- When exporting a Node Reference, the node stored by the reference (in the .node file) will be exported.
To export a node to an .fbx file, right-click the target node in the World Hierarchy window and choose Export to -> FBX in the drop-down list.
The following window will open:
Name | Name of the target FBX file. |
---|---|
Destination | Destination folder for the generated FBX file. |
Save root transform |
Preserve current transformations, when exporting selection to FBX. Uncheck to have your FBX content located at the origin (0,0,0) with default orientation.
|
Embed textures | Embed currently assigned textures into the target FBX file together with the geometry. |
Separate surfaces into meshes | Split all surfaces into separate meshes inside the target FBX container. |
Overwrite file if name matches | Overwrite the target file having a name that matches the specified one. |
You can export both a single node or nodes hierarchy tree branch. However, exporting to FBX is available only if one node in the hierarchy is selected. To export the hierarchy tree branch, select and export the parent node: the child nodes will be exported as well. If you need to export the whole scene or its part, the nodes should be added as children to a Dummy or Layer node in the hierarchy.
Exporting Nodes to USD#
You can export the scene content (including models, light sources, etc.) to a *.usd / *.usda / *.usdc (Universal Scene Description) file.
Nodes of the following types can be exported to the USD file:
When exporting a Node Reference, the node stored by the reference (in the *.node file) will be exported.
To export a node to a USD file, right-click the target node in the World Nodes window and choose Export To -> Universal Scene Description file (.usd .usdc .usda) in the drop-down list.
The following window will open:
Name | Name of the target USD file. |
---|---|
Extension |
Format of the target USD file, either of the following:
|
Destination | Destination folder for the generated USD file. |
Save root transform |
Preserve current transformations, when exporting selection to USD. Uncheck to have your USD content located at the origin (0,0,0) with default orientation.
|
Embed textures | Embed currently assigned textures into the target USD file together with the geometry. |
Separate surfaces into meshes | Split all surfaces into separate meshes inside the target USD file. |
Overwrite file if name matches | Overwrite the target file having a name that matches the specified one. |
You can export both a single node or nodes hierarchy tree branch. However, exporting to USD is available only if one node in the hierarchy is selected. To export the hierarchy tree branch, select and export the parent node: the child nodes will be exported as well. If you need to export the whole scene or its part, the nodes should be added as children to a Dummy or Layer node in the hierarchy.