FMOD exports multiple files per bank & localization. We basically just need a system that takes in an array of bank paths and loads the one matching the client's host. Might want to investigate if there are already other localization crates for bevy that we want to integrate with. Would be nice if there was a plugin that already exposes the preferred locale of the user.
FMOD exports multiple files per bank & localization. We basically just need a system that takes in an array of bank paths and loads the one matching the client's host. Might want to investigate if there are already other localization crates for bevy that we want to integrate with. Would be nice if there was a plugin that already exposes the preferred locale of the user.