Hi,
I have a Unity WebGL build running on my webpage. These WebGL builds have a 2GB memory limit. This Unity WebGL build does not have any FMOD functionality, instead I want to play some sounds directly on the webpage using the FMOD Studio API for JavaScript.
I was wondering if the memory used for loaded banks take away from the 2GB of memory that the build can use.
Thanks.