Hello
Why on earth is StreamingAssets folder so hardcoded into the system? This is terrible design, it locks you out of ANY mobile platform with size limitations! I've been at it for a whole day and can't seem to find where to change this? I've edited almost everything inside AkBasePathGetter but no luck so far to change it for Android, it works for Editor but not so much use for that. There's no way you can write on StreamingAssets path in mobile platforms so that means you can't have your own downloader to deliver the banks and no I don't want to use addressables for this.
Tl;dr tell me how to change the path so they load from persistentDataPath and not StreamingAssets
Thanks