Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1006 Bytes

Readme.md

File metadata and controls

15 lines (12 loc) · 1006 Bytes

Установка

  1. Создать проект Unigine
  2. Выполнить клонирование репозитория в созданный проект
  3. Модифицировать unigine.cfg добавлением <item name="extern_plugin" type="string">../plugins/uep/bin/uep</item>
  4. В Unigine SDK Browser под кнопкой проект "Open Editor" нажать на кнопку с текстом "..." и добавить в Additional arguments -extern_plugin ../plugins/uep/bin/uep
  5. Модифицировать проект в Visual Studio/Rider

Setup

  1. Create Unigine project
  2. Clone repository in created project
  3. Modify unigine.cfg by adding <item name="extern_plugin" type="string">../plugins/uep/bin/uep</item>
  4. In Unigine SDK Browser under button of project "Open Editor" press at button with name "..." and add in Additional arguments -extern_plugin ../plugins/uep/bin/uep
  5. Modify project in Visual Studio/Rider