Hi, I’ve created a game on Unity and now adding in sounds with FMOD.
All the banks are correctly imported from the FMOD Studio project and sounds are playing fine except the player cannot hear sounds from the right side.
Spinning all the way around, there is roughly a 10° “muted zone” to the right of the player where no sound can be heard from that direction. This bug does not happen when wearing headphones.
Here is a video demonstration of the problem using a radio playing a song: https://www.youtube.com/watch?v=1_erbmMbTHo&ab_channel=RohanVanSanden
The FMOD studio listener is attached to the player with no attenuation object.
Any help on this would be greatly appreciated, thanks.