Unity FMOD audio output not playing through Oculus Rift's headphones

This is intentional. Just because there is an Oculus Rift (or whatever other VR device) connected, it doesn’t mean that you would always want the sound to be routed to it. This is left up to the developer.

To change output devices you can use FMOD::getDriver() & FMOD::setDriver().

1 Like