Skip to content

General Workflow

Tristan Grespinet edited this page Mar 11, 2020 · 2 revisions

Most of the exposed functions are simple wrappers for the FMOD C++ API, there will a lot of similarities between the two. You can check the official FMOD API to better understand how it works behind the hood. FMOD API

We mostly used the Studio API for this plugin as well as some fonctionnalities from the Core API. The studio API let you manipulate the banks you created in the Studio.

Clone this wiki locally