This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Lighting
Landscape Tool
Sandworm
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Built-in Node Types
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Objects
Sound Objects
Pathfinding Objects
Players
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine Tools
GUI
Double Precision Coordinates
API
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
Content Creation
Content Optimization
Materials
Art Samples
Tutorials
Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
Warning! This version of documentation describes an old SDK version which is no longer supported! Please upgrade to the latest SDK version.

Organizing Nodes

In Unigine, nodes are organized in a hierarchy that can be managed via the World Hierarchy window.

World Hierarchy Window

This window contains all nodes existing in the current world. Some nodes can be instances of the asset files: meshes, sounds, terrains, instanced nodes, or nodes stored in the *.node files.

When you add a new node to the scene via the Menu Bar (the Create menu) or by dragging it from the Asset Browser, this node is automatically added to the nodes hierarchy and displayed in the World Hierarchy window.

The World Hierarchy window allows filtering nodes by name and by type, collapsing nodes hierarchy (showing only the parent nodes and hiding the child ones), expanding nodes hierarchy (showing all nodes added to the world), rearranging, reparenting, cloning, renaming, deleting, and grouping the nodes.

To open the World Hierarchy window, choose Windows -> Toggle World Hierarchy in the Menu Bar.

Notice
When building a hierarchy, take into account multi-threaded update of dependent nodes.

Toggling Nodes#

To toggle a node on and off, left-click the checkbox next to it. If the flag is unchecked, the node will not be rendered.

Toggling a node on and off

You can also enable and disable a group of selected nodes:

Multi-selection toggling

A node can also be disabled and enabled in the Parameters window.

Renaming Nodes#

To rename a node, select it in the World Hierarchy and left-click it once again (slow double-clicking) to enter a new name.

Renaming a Node

You can also right-click a node, choose Rename in the drop-down list, and type a new name.

A node can also be renamed in the Parameters window:

Renaming via Parameters Window
Notice
Renaming a node doesn't lead to renaming the asset it is linked to (if any).

Rearranging Nodes#

To move a node to a specific position in the hierarchy, drag it with the left mouse button pressed.

Moving a Node in Hierarchy

The position in the hierarchy, where the node will be placed, is highlighted with the white line:

Highlighted Position

Setting Up Nodes Inheritance#

Nodes in the scene have hierarchical arrangement: each node (parent node) can have multiple children (child nodes). It allows you, for example, to change the transformation of several nodes only by transforming the parent node.

To collapse or expand the list of child nodes, click the arrow to the left of the parent node.
You can also collapse all child nodes in the World Hierarchy window by clicking , or expand the list to see all nodes in the World Hierarchy by clicking .

By default, a new node added to the scene is positioned at the root level of the nodes hierarchy. You can set up its inheritance in one of the ways described below.

Making a Parent Node#

To make one node a parent for the other node (or several nodes), select both the parent and the desired child nodes, right-click the parent node, and choose Make Parent in the drop-down list:

Making a Parent Node

By using this option, you can perform reparenting for the hierarchy tree branch: select the target branch, right-click the desired parent node and choose Make Parent in the drop-down list. It produces the following:

  1. The new-made parent is always placed at the root level of the hierarchy.
  2. The child nodes positioned at the different hierarchy levels are placed at the same level.

Reparenting Nodes

Making a Child Node#

To add one node as a child to the other in the hierarchy, or reparent a node, drag it holding the left mouse button to the desired parent node.

Adding a Child Node

The parent node to which the node will be added, is highlighted with the white frame:

Highlighted Parent Node

You can also move a node to a specific position alongside the child nodes of the desired parent: the node will be added as a child to this parent node.

Moving Node As a Child

Unparenting a Node#

To detach a node from its parent, right-click it and choose Unparent in the drop-down list:

Notice
The node is detached only from its direct parent and placed at the same level as the former parent.

Detaching a Node from Its Parent

To reset inheritance of a child node (i.e., detach it from all parents and place at the root level of the hierarchy), simply drag it to the corresponding position in the hierarchy.

Cloning a Node#

To clone a node, right-click it and choose Clone in the drop-down list:

Cloning Node

You can also select the node and press Ctrl+D to perform the same operation. The new node will be created at the same hierarchy level as the original one, and have the same transformation. If the original node has children, they will be cloned as well.

Another way to clone a node is to select it, press Shift and drag the node's arrow manipulator.

Deleting a Node#

To delete a node from the hierarchy, right-click it and choose Delete in the drop-down list:

Deleting Node

You can also select a node and press DELETE to perform the same operation.

Notice
If you delete a parent node, all its child nodes will be deleted as well.

Deleting a node doesn't lead to deleting the asset it is linked to (if any).

Filtering Nodes#

Filtering nodes simplifies managing nodes in a large world.

You can select which node types to display in the World Hierarchy window: click and choose the required node types.

You can temporary show all objects by clicking Enable All. At that, the current filter settings will be preserved.

Filtering Nodes

Nodes can be filtered by name or by ID (should be typed in full). Type the node name or ID in the corresponding field.

Filtering Nodes by ID

Grouping Nodes#

Grouping nodes allows managing several nodes simultaneously. The grouped nodes can be transformed as a single node relative to a pivot point

When grouping nodes, a new dummy node is created, and all selected nodes become its children. At that, the hierarchy of grouped nodes persists.

To group nodes, select them, right-click, and choose Group in the drop-down list or press Ctrl+G:

Grouping Nodes

The grouped nodes can be selected and transformed as a single node:

Grouped Nodes
Last update: 2021-04-29
Build: ()