These scripts, if added to a Unity project will provide custom actions to allow Adventure Creator to interact with an FMOD project.
In order to make this work you need to have in your Unity project:
- Adventure Creator
- FMOD Unity Integration
The installation process for this is very simple.
- Create a folder called 'Actions' within your project in a location of your choice.
- In Adventure Creators settings, go to the Actions menu and configure the location to be the one you have above. If you already have custom actions in your project you likely have done this already.
- Add your scripts inside that folder
- In your action lists you will now have the new actions available under the "Custom" category.
At the moment these are the scripts available:
- FMODPlay - This action allows you to play an FMOD event from the Aventure Creator interface by specifying the Event path.
- FMODTriggerParameterChange - This action allows you to change an FMOD parameter from Adventure Creator. This is very useful when you want something to change based on any event that you have control in AC.