This page has been translated automatically.
UnigineEditor
Interface Overview
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
Extending Editor Functionality
FAQ
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine and 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
Rendering-Related Classes
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.

Texture 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, Texture Profiler is used. Using this tool, you can see how much memory every texture used in the project takes, easily find it in Asset Browser, and delete or resize it. Texture Profiler also allows checking the texture resolution and sorting by memory size.

Using Texture Profiler#

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

The Texture Profiler window will open.

Available Options#

Location From Video Memory — lists only the textures that are currently loaded to the video memory, i. e. with the state "loaded".
From Viewport — lists only the textures displayed in the Editor viewport at the moment, i. e. with the state "loaded", Texture Memory Limit = 0, and Destroy Duration = 1.
Display Core Assets Enables or disables displaying of assets from the core/ folder.

Texture Profiler allows sorting by path, extension, occupied RAM or Video Memory size, format or resolution. By clicking any texture in Texture Profiler, you open it in the Asset Browser; by right-clicking, you can check for connections between assets.

Last update: 2019-12-25
Build: ()