This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
Rendering
Professional (SIM)
UnigineEditor
Interface Overview
Assets Workflow
Version Control
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Lighting
Sandworm
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Built-in Node Types
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
Materials and Shaders
Rebuilding the Engine Tools
GUI
Double Precision Coordinates
API
Animations-Related Classes
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
VR-Related Classes
Content Creation
Content Optimization
Materials
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

Node Dependencies

Sometimes it might be useful to track dependencies between runtime-nodes - nodes that currently exist in the world opened in UnigineEditor, including the ones that are stored only in RAM and have not been saved to a file (*.world / *.node) on the disk.

In UnigineEditor you can find all runtime-nodes, that use the selected node or group of nodes, to help avoid accidental removal of nodes somehow used by others, as well as to analyze / validate the logic of node interactions (e.g., to check if the right nodes are used in componets etc.). Just select the desired node or group of nodes, right-click on any of them in the World Nodes Hierarchy window and choose Show World Nodes Using This One.

You'll see a table of dependencies between nodes, it has two columns: the left one contains the list of selected nodes, while the right one shows the nodes that use each of the nodes from the left.

Notice
Dependencies between runtime-nodes are valid at the moment they are found. If some nodes have been removed or renamed after displaying the dependencies table, you should use the tool again to take all these changes into account.

To display the path to the node in the World Nodes Hierarchy check the Full Node Hierarchy Path box.

Types of Dependencies Tracked
#

The following types of dependencies between runtime-nodes are tracked:

  • Property - a node can be used in the component logic assigned to other nodes (it is assigned to Property / C# Component in the corresponding field).

  • PlayerPersecutor - a node can be assigned to the Target Node field in the list of PlayerPersecutor camera parameters to allow the camera to follow the target node.

  • Skinned Mesh - a node can be assigned to the Bind Node field of a Skinned Mesh object to control the transformations of the skeletal bone to which it is attached.

  • Objects having a physical Body can be connected via Joints.

Tracking and Container Nodes
#

If the node of interest is used by another node that is a part of NodeLayer or NodeReference container, the dependency search will only trace down to the container displaying the hierarchy with NodeLayer/NodeReference nodes as atomic units. If you want to find the exact node inside the NodeReference container that uses your node of interest, open the container NodeReference via Edit and search again.

Last update: 2024-04-04
Build: ()