Hello everyone,
Currently, I’m involved in a relatively large-scale project. In summary, this project can be divided into two main gameplay moments: exploration and combat. Both are separate projects, each with its own repository, and they are unified only in a third project that integrates both mechanics.
Our goal regarding audio is to ensure that the sound banks are independent of each other. We aim to prevent the exploration audio bank from affecting performance in combat and vice versa. Additionally, we are using Addressable for this purpose.
Here are the questions we currently have:
-
Is it feasible to divide the audio banks into various different sets, even in separate projects in Unity, while maintaining single control over them through a single build? We haven’t found this possibility so far.
-
Regarding Addressable, is it possible to embed the audio bank and even an FMOD build within it, allowing for real-time modifications?
I look forward to any guidance or insights on these issues. Thank you in advance for your help!