This page has been translated automatically.
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
FAQ
Программирование
Fundamentals
Setting Up Development Environment
Usage Examples
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
Внимание! Эта версия документация УСТАРЕЛА, поскольку относится к более ранней версии SDK! Пожалуйста, переключитесь на самую актуальную документацию для последней версии SDK.
Внимание! Эта версия документации описывает устаревшую версию SDK, которая больше не поддерживается! Пожалуйста, обновитесь до последней версии SDK.

UnigineScript

UnigineScript is a programming language used in Unigine engine and introduced by UNIGINE Corp. for optimizing a project creation process. It is similar to C++ in syntax, but includes some additional features.

You can read more about syntactical differences between UnigineScript and C++.

The purpose of UnigineScript is to make coding easy-to-use even for junior programmers and at once provide the most optimal engine usage.

Why use UnigineScript?#

All the features of Unigine engine are accessible via UnigineScript.

Which platforms have UnigineScript?#

All the platforms supported by Unigine engine (Windows, Linux, Mac OS X), no recompilation is required.

What does an UnigineScript program creating process look like?#

UnigineScript program can be written by using a plain text editor.

There are two ways of running UnigineScript programs:

  • Via built-in UnigineScript run-time (by running an engine instance)
  • Via any standalone CLI interpreter (usc) – the same way as .bat/.sh/.py scripts work

How do I get started with UnigineScript?#

First you have to learn how to program in UnigineScript. Read The Language information and try tutorial. You probably will need an information about core and engine libraries, High-Level Script and Script Debugging for extend UnigineScript features.

Learn about UnigineScript Programming Language, find out how to start writing programs in UnigineScript, work through the information and get from Novice to Expert.

Articles in This Section

Last update: 27.12.2018
Build: ()