Skip to content

Music Module

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

How to setup.

* Create a new MusicOrchestratorModule, add it to the map bootstrap.
* 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.
* Create a Prefab with MusicOrchestrator component and set the music that will play on Intro / Main / Interlude
* Add this prefab to the Maps scene that require music (E.G. UK-HandPlaced-Scene)