This page has been translated automatically.
Видеоуроки
Интерфейс
Основы
Продвинутый уровень
Подсказки и советы
Основы
Программирование на C#
Рендеринг
Профессиональный уровень (SIM)
Принципы работы
Свойства (properties)
Компонентная Система
Рендер
Физика
Редактор UnigineEditor
Обзор интерфейса
Работа с ассетами
Контроль версий
Настройки и предпочтения
Работа с проектами
Настройка параметров ноды
Setting Up Materials
Настройка свойств
Освещение
Sandworm
Использование инструментов редактора для конкретных задач
Расширение функционала редактора
Встроенные объекты
Ноды (Nodes)
Объекты (Objects)
Эффекты
Декали
Источники света
Geodetics
World-ноды
Звуковые объекты
Объекты поиска пути
Player-ноды
Программирование
Основы
Настройка среды разработки
Примеры использования
C++
C#
UnigineScript
Унифицированный язык шейдеров UUSL (Unified UNIGINE Shader Language)
Плагины
Форматы файлов
Материалы и шейдеры
Rebuilding the Engine Tools
Интерфейс пользователя (GUI)
Двойная точность координат
Справочник 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
Работа с контентом
Оптимизация контента
Материалы
Визуальный редактор материалов
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Учебные материалы

Plugins

FMOD Core#

Before running this sample, follow the steps provided in the setup section or in the FMOD Integration Guide linked below.

This sample loads the FMOD plugin and initializes the Core system to demonstrate playback of both 2D and 3D sound instances, supporting up to 1024 simultaneous sound channels. You can switch between the 2D and 3D scenes to observe and interact with different sound behaviors.

Two sound modes are presented:

  • 2D Music Playback: Standard audio playback with support for volume adjustment and a distortion DSP effect
  • 3D Music Playback: Sound is emitted from a red sphere in 3D space, demonstrating positional audio in the environment. Move the camera to experience changes in sound direction and attenuation in real time.

Use Cases:

  • Integrating FMOD Core into runtime environments for games or simulations
  • Prototyping spatial sound design and 3D audio placement.



Sample Requirements

1. Download and install FMOD Engine (version 2.02.04) for your OS available on the official website (https://www.fmod.com/download).

2. Go to the FMOD installation folder and copy the following files to the bin folder of your project:


for Windows:

  • fmod.dll, fmodL.dll from /api/core/lib/x64/
  • fsbank.dll, libfsbvorbis64.dll, opus.dll from /api/fbank/lib/x64/.
  • fmodstudio.dll, fmodstudioL.dll from /api/studio/lib/x64/


for Linux

  • libfmod.so.13, libfmodL.so.13 from /api/core/lib/x64/
  • libfsbank.so.13, libfsbankL.so.13, libfsbvorbis.so, libopus.so from /api/fbank/lib/x64/
  • libfmodstudio.so.13, libfmodstudioL.so.13 from /api/studio/lib/x64/

SDK Path: <SDK_INSTALLATION>source/plugins/fmod_core

FMOD Studio#

Before running this sample, follow the steps provided in the setup section or in the FMOD Integration Guide linked below.

This sample demonstrates how to control, simulate, and visualize real-time audio events using the FMOD Studio plugin.

The setup includes a stationary object (car) and a moving object representing a source of Doppler-shifted sound, which can be toggled and adjusted via the Doppler tab of the GUI Parameters section. Additional sound settings such as wind, rain, the car engine RPM sound, and overall environmental volume can also be fine-tuned in real time under the Ambience, Engine, and VCA tabs.

Use Cases:

  • Prototyping audio-driven game mechanics (e.g., vehicle audio, spatial ambiences, Doppler effects)
  • Demonstrating dynamic audio parameters and movement-based effects like Doppler shifts.



Sample Requirements

1. Download and install FMOD Engine (version 2.02.04) for your OS available on the official website (https://www.fmod.com/download).

2. Go to the FMOD installation folder and copy the following files to the bin folder of your project:


for Windows:

  • fmod.dll, fmodL.dll from /api/core/lib/x64/
  • fsbank.dll, libfsbvorbis64.dll, opus.dll from /api/fbank/lib/x64/.
  • fmodstudio.dll, fmodstudioL.dll from /api/studio/lib/x64/


for Linux

  • libfmod.so.13, libfmodL.so.13 from /api/core/lib/x64/
  • libfsbank.so.13, libfsbankL.so.13, libfsbvorbis.so, libopus.so from /api/fbank/lib/x64/
  • libfmodstudio.so.13, libfmodstudioL.so.13 from /api/studio/lib/x64/

SDK Path: <SDK_INSTALLATION>source/plugins/fmod_studio

The information on this page is valid for UNIGINE 2.20 SDK.

Last update: 30.06.2025
Build: ()