Hi, I tested the Linux build of Ballance and found that it has no audio output at all.
After checking the build files, it looks like the Linux export is missing the required FMOD audio libraries.
Findings:
Because these libraries are not found, FMOD does not initialize, and no FMOD logs appear even when using:
FMOD_LOGGING=1 ./Ballance.x86_64
System details (for reference):
- PipeWire + PulseAudio shim (working)
- ALSA devices detected normally
- Other Unity games have audio on this system
Hi, I tested the Linux build of Ballance and found that it has no audio output at all.
After checking the build files, it looks like the Linux export is missing the required FMOD audio libraries.
Findings:
Ballance_Data/Plugins/only containslibbphysics.soThe following Unity audio libraries might be missing:
libfmod.solibfmodstudio.soBecause these libraries are not found, FMOD does not initialize, and no FMOD logs appear even when using:
System details (for reference):