Spatial sound in Gear VR

Hi

Since UE4 doesn’t support spatial sound for Gear VR(yet?) I might have to go with Unity again(Been away so long).

Anyway, does unity support spatial sound for Gear VR?

When you install the GoogleVR Unitypackage, it actually comes with its own spatializer plugin and scripts as well. You will need to use Google variants of AudioSource, AudioListener, and AudioClip(?) instead of the normal components. You will then need to enable use of that spatializer plugin from Project Settings->Audio

EDIT: Blah, I saw GoogleVR where you wrote GearVR. But the same deal applies, you just need to find a different spatializer plugin. Unity published one a while ago - look around for it, I dont have the link handy.