This page has been translated automatically.
Видеоуроки
Interface
Essentials
Advanced
Подсказки и советы
Программирование на C#
Рендеринг
Принципы работы
Свойства (properties)
Компонентная Система
Рендер
Физика
Редактор UnigineEditor
Обзор интерфейса
Работа с ассетами
Настройки и предпочтения
Работа с проектами
Настройка параметров узла
Setting Up Materials
Setting Up Properties
Освещение
Landscape Tool
Sandworm
Использование инструментов редактора для конкретных задач
Extending Editor Functionality
Встроенные объекты
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Objects
Sound Objects
Pathfinding Objects
Players
Программирование
Основы
Примеры использования
UnigineScript
C++
C#
Унифицированный язык шейдеров UUSL
File Formats
Rebuilding the Engine Tools
GUI
Двойная точность координат
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
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
Работа с контентом
Оптимизация контента
Материалы
Art Samples
Tutorials
Внимание! Эта версия документация УСТАРЕЛА, поскольку относится к более ранней версии SDK! Пожалуйста, переключитесь на самую актуальную документацию для последней версии SDK.
Внимание! Эта версия документации описывает устаревшую версию SDK, которая больше не поддерживается! Пожалуйста, обновитесь до последней версии SDK.

Среда разработки Linux

To start working with the Unigine engine on the Linux platform you should install the UNIGINE SDK and additional software. Для начала работы с движком Unigine на платформе Linux вам необходимо установить UNIGINE SDK и дополнительное программное обеспечение.

Prepare the Environment for LinuxПодготовьте среду для Linux#

Install UNIGINE SDKУстановите UNIGINE SDK#

  • If you have a UNIGINE SDK archive downloaded at the UNIGINE developer portal:
    1. Extract the archive into a target directory.Extract the archive into a target directory.
    2. Run browser.run to launch UNIGINE SDK Browser. The downloaded UNIGINE SDK will be available on the SDKs tab.
      Примечание
      UNIGINE SDK Browser is required when using UnigineEditor or debug builds of the engine.UNIGINE SDK Browser is required when using UnigineEditor or debug builds of the engine.
      UNIGINE SDK Browser is required when using UnigineEditor or debug builds of the engine.
      Run browser.run to launch UNIGINE SDK Browser. The downloaded UNIGINE SDK will be available on the SDKs tab.
      Примечание
      UNIGINE SDK Browser is required when using UnigineEditor or debug builds of the engine.UNIGINE SDK Browser is required when using UnigineEditor or debug builds of the engine.
    Extract the archive into a target directory.Run browser.run to launch UNIGINE SDK Browser. The downloaded UNIGINE SDK will be available on the SDKs tab.
    Примечание
    UNIGINE SDK Browser is required when using UnigineEditor or debug builds of the engine.UNIGINE SDK Browser is required when using UnigineEditor or debug builds of the engine.
    UNIGINE SDK Browser is required when using UnigineEditor or debug builds of the engine.
    Если у вас есть архив UNIGINE SDK , загруженный с портала разработчика UNIGINE :
    1. Extract the archive into a target directory. Распакуйте архив в целевой каталог.
    2. Run browser.run to launch UNIGINE SDK Browser. The downloaded UNIGINE SDK will be available on the SDKs tab.
      Примечание
      UNIGINE SDK Browser is required when using UnigineEditor or debug builds of the engine.UNIGINE SDK Browser is required when using UnigineEditor or debug builds of the engine.
      UNIGINE SDK Browser is required when using UnigineEditor or debug builds of the engine.
      Запустите browser.run, чтобы запустить UNIGINE SDK Browser . Скачанный UNIGINE SDK будет доступен на вкладке SDKs.
      Примечание
      UNIGINE SDK Browser is required when using UnigineEditor or debug builds of the engine. Браузер UNIGINE SDK необходим при использовании UnigineEditor или отладочных сборок движка.
  • If you have UNIGINE SDK Browser downloaded at the UNIGINE developer portal:
    1. Execute the browser.Execute the browser.
    2. Install or add installed UNIGINE SDK.Install or add installed UNIGINE SDK.
    Execute the browser.Install or add installed UNIGINE SDK.
    Если у вас есть UNIGINE SDK Browser , загруженный с портала разработчика UNIGINE :
    1. Execute the browser. Запустите браузер.
    2. Install or add installed UNIGINE SDK. Установить или добавить установленный UNIGINE SDK.

Additional SoftwareДополнительное ПО#

  • Linux 3.x.x
  • GCC 4.9.2
  • Python 2.7
  • CMake 3.14+
  • .NET 5 SDK
  • distcc (optional)
  • ccache (optional)

To install all required Debian/Ubuntu packages, use the following: Чтобы установить все необходимые пакеты Debian / Ubuntu, используйте следующее:

Shell-команды
sudo apt-get install linux-headers-3.16.0-4-all gcc g++ make ccache libgl1-mesa-dev libxrandr-dev libxinerama-dev libopenal1 libxrender-dev libxext-dev libc6-dev libx11-dev
Последнее обновление: 09.04.2021
Build: ()