This page has been translated automatically.
UnigineEditor
Interface Overview
Assets Workflow
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
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
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
CIGI Client Plugin
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.

Streaming

This section contains settings related to resource streaming.

Streaming settings

Streaming Settings
Render Budget Render budget value, which limits the number of loaded/created graphics resources during a frame according to loading/creation time. Budget value is measured seconds.

Create at World Loading#

Shaders Enables compilation of all shaders used in the loaded world on start-up.
Notice
This option compiles and loads all shaders to RAM every time the world is loaded, which results in significant memory consumption. It is recommended to use pre-generated shaders cache instead when possible. In this case necessary shaders are loaded from cache to RAM on demand.
Meshes Enables loading all meshes used in the loaded world on start-up. This option insures against any lags on mesh loading at run time, but increases world loading time.
Notice
This option doesn't force loading of meshes of ObjectMeshStatic, ObjectMeshClutter and ObjectMeshCluster.
Textures Enables loading all textures used in the loaded world on start-up. This option insures against any lags on textures loading at run time, but increases world loading time.

Memory Options#

Meshes Memory Cache memory limit for meshes, in percentage of the total GPU memory.
Textures Memory Cache memory limit for textures, in percentage of the total GPU memory.

Resources#

Resource Check Time interval between the subsequent resource checks, in milliseconds.
Resource Update Time interval between the subsequent resource updates, in milliseconds.
Last update: 2018-12-27
Build: ()