This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
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

API Migration

Major Changes#

Breaking Changes#

BoundBox Class#

Image Class#

ImageConverter Class#

LightEnvironmentProbe Class#

UNIGINE 2.17 UNIGINE 2.18
setRaymarchingDiffuseReconstructionSamplesScreen( int ) Removed.
getRaymarchingDiffuseReconstructionSamplesScreen( ) Removed.
setRaymarchingDiffuseReconstructionSamplesCubemap( int ) Removed.
getRaymarchingDiffuseReconstructionSamplesCubemap( ) Removed.
setRaymarchingSpecularReconstructionSamplesScreen( int ) Removed.
getRaymarchingSpecularReconstructionSamplesScreen( ) Removed.
setRaymarchingSpecularReconstructionSamplesCubemap( int ) Removed.
getRaymarchingSpecularReconstructionSamplesCubemap( ) Removed.

New Functions

LightVoxelProbe Class#

UNIGINE 2.17 UNIGINE 2.18
setAdditiveBlending( bool ) Removed.
isAdditiveBlending( ) Removed.

New Functions

LightWorld Class#

Material Class#

Materials Class#

UNIGINE 2.17 UNIGINE 2.18
Enum LOADING_MODE Removed.
setLoadingMode( Materials::LOADING_MODE ) Removed.
getLoadingMode( ) Removed.
compileShaders( const Vector< Ptr<Material> > & ) Removed.

New Functions

Node Class#

PackageUng Class#

Render Class#

UNIGINE 2.17 UNIGINE 2.18
setLightsInterleaved( bool ) Removed. Use setDirectLightingInterleaved( bool ) instead.
isLightsInterleaved() Removed. Use isDirectLightingInterleaved( ) instead.
setLightsInterleavedCatmullResampling( bool ) Removed. Use setDirectLightingInterleavedCatmullResampling( bool ) instead.
isLightsInterleavedCatmullResampling() Removed. Use isDirectLightingInterleavedCatmullResampling( ) instead.
setLightsInterleavedColorClamping( int ) Removed. Use setDirectLightingInterleavedColorClamping( int ) instead.
getLightsInterleavedColorClamping() Removed. Use getDirectLightingInterleavedColorClamping( ) instead.
setLightsInterleavedSamples( int ) setDirectLightingInterleavedSamples( int ) instead.
getLightsInterleavedSamples() Removed. Use getDirectLightingInterleavedSamples( ) instead.
createCacheTextures( ) Removed.

New Functions

Shader Class#

StructuredBuffer Class#

UNIGINE 2.17 UNIGINE 2.18
bindCompute( int ) Removed. Use the RenderState::setStructuredBuffer() method.
unbindCompute( int ) Removed. Use the RenderState::clearStructuredBuffer() method.
bindControl( int ) Removed. Use the RenderState::setStructuredBuffer() method.
unbindControl( int ) Removed. Use the RenderState::clearStructuredBuffer() method.
bindEvaluate( int ) Removed. Use the RenderState::setStructuredBuffer() method.
unbindEvaluate( int ) Removed. Use the RenderState::clearStructuredBuffer() method.
bindFragment( int ) Removed. Use the RenderState::setStructuredBuffer() method.
unbindFragment( int ) Removed. Use the RenderState::clearStructuredBuffer() method.
bindGeometry( int ) Removed. Use the RenderState::setStructuredBuffer() method.
unbindGeometry( int ) Removed. Use the RenderState::clearStructuredBuffer() method.
bindVertex( int ) Removed. Use the RenderState::setStructuredBuffer() method.
unbindVertex( int ) Removed. Use the RenderState::clearStructuredBuffer() method.

Stream Class#

New Functions

Socket Class#

UNIGINE 2.17 UNIGINE 2.18
Socket( int ) Removed.
Socket( int, int ) Removed.
Socket( int, const char *, int ) Removed.
SOCKET_STREAM Renamed as SOCKET_TYPE_STREAM.
SOCKET_DGRAM Renamed as SOCKET_TYPE_DGRAM.
create( ) Set of arguments changed.
create( ) Set of arguments changed.
create( ) Set of arguments changed.
close( ) Set of arguments changed.

SSLSocket Class#

Texture Class#

UNIGINE 2.17 UNIGINE 2.18
bindCompute( int ) Removed. Use the RenderState::setTexture() method with the BIND_ALL variable as an argument.
bindFragment( int ) Removed. Use the RenderState::setTexture() method with the BIND_FRAGMENT variable as an argument.
bindVertex( int ) Removed. Use the RenderState::setTexture() method with the BIND_ALL variable as an argument.
unbindCompute( int ) Removed. Use the RenderState::clearTexture() method.
unbindFragment( int ) Removed. Use the RenderState::clearTexture() method.
unbindVertex( int ) Removed. Use the RenderState::clearTexture() method.

Visualizer Class#

Viewport Class#

Last update: 2023-11-17
Build: ()