I'm quite a new game programmer and the studio/company I'm working in need to implement a couple of BGMs (around 5) into different scenes (around 10, with 5 of them having high priority) in the game project.
Problem is, I don't understand FMOD codes that much and doesn't know how to make a script that would change the BGM in different scenes. I tried making a rough script using PlayOneShot, but as expected the BGM wouldn't stop playing when I switched scene.
I really need help with this problem, and I don't have a script for it yet.