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

UnigineEditor Issues

This section provides information on typical errors displayed in UnigineEditor and explains how to fix them.

Editor Errors#

License for current version is not found#

If UnigineEditor displays an error saying that the license for the current version is not found, this may be caused by either of the following reasons:

  • SDK is not activated. Go to the SDKs tab and click the Activate button for the required SDK.

  • You might be logged off. Check SDK Browser for error messages:

    Click Ok and sign in to continue working.

  • SDK Browser is opened twice on your computer or your account is used by someone else. Close any extra running instances.

Failed to get license information#

SDK Browser should be running, when you work in UnigineEditor. Otherwise, you may encounter the following error: "Failed to get license information: connection with SDK Browser was lost."

Re-open SDK Browser to continue working.

Your license does not have more seats#

All seats available for your company under the current license are allocated to users. Request the user with the Company Admin role to reallocate a seat for you.

Failed to connect to SDK Browser#

You may encounter the following error: "Failed to connect to SDK Browser: SSL verification failed."

In this case the following should be checked:

  • Ports and firewall settings. UNIGINE SDK Browser uses TCP Port 33333 by default to communicate with UNIGINE Editor, so make sure it is available.
    Sometimes TCP Port 33333 can be occupied by Goodsync server, or antivirus software can block this port.
    To check all open TCP ports, you can use:
    • On Windows - Resource Monitor, a built-in utility. You can open it via the Start menu, or from Task Manager's Performance tab.
      Checking the port used by SDK Browser in Resource Monitor
    • On Linux - the following command:
      Source code
      sudo netstat -nltup
    If this is the case, close the program that uses TCP Port 33333, and start UNIGINE SDK Browser.
  • A certain application may block communication between SDK Browser and Editor. To check if this is the issue, boot into a safe mode (for example, Windows 10 safe mode (with Networking)) and try to run SDK Browser and Editor. SDK Browser can load a little bit slower here, please wait. If there are no errors, that would mean that some application running in normal Windows boot is blocking communication between SDK Browser and Editor.

If your problem still exists, address the support.

UNIGINE logs errors to the console and the main log file (stored in <UserProfile>/AppData/Local/Unigine_SDK_Browser for Windows or .local/share/Unigine_SDK_Browser for *nix systems), so you can check there for more information.

Performance Drop#

The antivirus always-on protection feature can cause a significant performance drop. There are two ways to solve this issue:

  • Add the project directory as an exclusion. You can make the antivirus ignore certain directories and fix the issue.
  • Disable the antivirus. However, keep in mind that disabling the protection system makes your system unprotected from web threats. Therefore, ensure alternative protection.
Last update: 2023-12-19
Build: ()