This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
Rendering
Professional (SIM)
UnigineEditor
Interface Overview
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

Content Profiler

Big projects with a huge number of assets have to face the optimization stage to improve performance and have acceptable FPS. An overview of the project's bottlenecks is given by Performance Profiler. However, memory consumption displayed there is just a figure, and optimization activities need more details.

To clearly understand which assets can be optimized or deleted, Content Profiler is used. Using this tool, you can manage textures and surfaces:

  • See how much memory every texture and surface used in the project takes.
  • Quickly view the most consuming textures and surfaces and easily find them in Asset Browser and World Hierarchy.
  • Check the texture resolution and sort textures by memory size.

Content profiler visualizes the content (textures or surfaces) the size that each item takes in the video memory. The content visible in the viewport is assessed. Hovering above the item in the box representation allows previewing it, clicking on the box opens the item in Asset Browser and World Hierarchy.

Opening Content Profiler#

To open the Content Profiler window, choose Tools -> Content Profiler on the Menu Bar of UnigineEditor.

The Content Profiler window will open.

Content Profiler window

It has two tabs: one allows managing textures, the other  — surfaces.

The info is displayed upon clicking the Refresh button. The content visible in the viewport and available in video memory will be analyzed.

An item selected in one tab is highlighted in the other tab and shown in UNIGINE Editor.

Multi-selection is available.

Notice
Surface profiling is available for development builds only.
Last update: 2023-06-21
Build: ()