Skip to content

Music Module

Contains module and code to handle playing music in a more immersive way.

How to setup.

* Create and add a `AudioModuleDefaultAudioChannel` to the BootstrapManager
* Create a new MusicOrchestratorModule and MusicOrchestratorModuleConfig, add them to the map bootstrap.
* Create a Prefab with MusicOrchestrator component and set the music that will play on Intro / Main / Interlude
* Add this prefab to the MusicOrchestratorModuleConfig
* Create an entity with MusicOrchestratorSystemStart component at some point in your flow (After character selection, or right after loading the map) so the MusicOrchestratorSystem can start the MusicOrchestrator.