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.

Using Visual Helpers

The Helpers panel provides quick access to frequently used helpers and auxiliary visualizers. These helpers can be used to facilitate the process of world building. All auxiliary information you need at the moment, from icons and gizmos to information about nodes, geometry, shapes and physical joints can be easily controlled via this panel.

All these helpers can also be enabled via the corresponding console commands.

Visualizer Mode#

Visualizer Mode incorporates all visual helpers described in this article, except the FPS counter. You can quickly show or hide all helpers, when necessary, as well as enable or disable depth testing for them by choosing the appropriate mode via Helpers -> Visualizer Mode, instead of turning them on and off one by one.

Visualizer Antialiasing#

Visualizer Antialiasing allows separately toggling antialiasing for wireframes and for the Visualizer and other FFP lines.

FPS Counter#

The FPS counter at the top-left corner of the Editor Viewport displays the current frame rate (in frames per second) as well as minimum, maximum and average FPS values for the recent time period. To toggle the FPS counter, choose Helpers -> Show Visualizer.

ViewCube#

The ViewCube is displayed at the top-right corner of the Editor Viewport. It allows you to control orientation of the current camera. You can toggle the ViewCube by choosing Helpers -> Show ViewCube.

Wireframe#

Toggles displaying of all wireframes in the Editor Viewport.

Scissors#

Toggles displaying of scissor rectangles.

Spatial Tree#

The spatial tree is a hierarchical structure obtained by division and organizing all the scene data. You can toggle the spatial tree by choosing Helpers -> Spatial.

Shadow Cascades#

The world lights use the concept of cascaded shadow maps for rendering shadows. The cascades are displayed as rectangular areas of different colors.

Decals#

Toggles displaying of wireframes for all decal objects in the Editor Viewport.

Alpha Test#

Toggles displaying of wireframes for materials with the Alpha Test preset enabled.

Transparent#

Toggles displaying of wireframes for materials with the Alpha Blend preset enabled.

Geodetic Pivot#

Toggles displaying of geodetic pivots.

Occlusion Queries#

Toggles displaying of occlusion query boxes.

Occluders#

Toggles displaying of the buffer used for occluders in the Editor Viewport.

Mipmaps#

Toggles displaying of mipmap levels in colors.

Render Textures#

Toggles displaying of textures filling GBuffer.

Object Bounds#

Displaying bound boxes for scene objects can be helpful in many cases. To show or hide axis-aligned bounding boxes for the objects in your virtual world, choose The Helpers -> Object Bounds.

Selected Node Info#

Sometimes you might need additional information on the nodes you work with. To toggle displaying of additional information for the selected node, choose Helpers -> Show Selected Node Info. The following information will be displayed near the selected node, depending on its type:

  • Object Type : Name
  • File - Asset file GUID (Global identifier)
  • Surface - Selected surface of the node
  • Property - The property assigned to the node
  • Triangles - Number of triangles
  • Center - Coordinates of the node's center point
  • Radius - The radius of the sphere described about the selected node. In fact, it is the maximum size along one of axes
  • Distance - Distance from the current camera

Bones#

To toggle visualization of bones, that are used to control the animation of skinned meshes, choose Helpers -> Show Bones.

Object Wireframe#

Toggles displaying of all polygon edges for the selected surface of an object.

Landscape Terrain VT Streaming#

Toggles displaying of Landscape Terrain tiles that are currently being rendered in a lower resolution until the highest mip-level is loaded.

Voxel Probe Visualizer#

Visualizes the inner space of Voxel Probe using spheres. The spheres help to show the illumination in each voxel from all directions.

Available settings:

  • Grid Size — number of spheres in every row/column, the value from 7 to 40.
  • Sphere Scale — size of the visualizing sphere.

Voxel Probe Visualizer

Show Landscape Data#

Toggles displaying of Albedo data or one of 20 masks belonging to all Landscape Layer Maps in the scene. Names are synchronized with the current active Landscape Terrain object.

Physics#

This group of visualizers can be used to view the elements of the physical representation of objects (bodies, shapes, joints) as well physical interactions in your world.

Shapes#

To show or hide the shapes of the physical bodies assigned to objects, choose Helpers -> Physics - > Shapes.

Joints#

To show or hide the joints, that connect different physical bodies, choose Helpers -> Physics - > Joints.

Contacts#

To toggle visualization of physical interactions between the physical bodies, choose Helpers -> Physics - > Contacts. You can use this option to check contact points of colliding objects.

Icons and Gizmos#

You can also turn on and off icons and gizmos for all built-in node types via the corresponding checkboxes next to each node type in the tree-view hierarchy:

Icons represent a schematic image of the node type.

Gizmos show additional information such as area of applied forces, radius of the light, etc.

Particles object with enabled gizmo (in red) to display force

Icon Size Size of the icons to be displayed. The 3D toggle enables the dependence of the icon sizes on the distance from the camera.
Icon Visibility Distance Distance from the node and the camera, up to which the node icon is still visible.
Use Icons For Frame Selection If enabled, nodes can be selected using the rectangular selection in the viewport. Nodes are selected in the World Nodes hierarchy list, if their icons are enabled and within this rectangular selection.

You can select which icons and gizmos should be displayed. Every node category has subcategories to fine-tune display of icons. To display incomplete selection inside a category, the box is partially filled.

Last update: 2021-10-27
Build: ()