FMOD studio & geometry occlusion

Hello!

We are using the FMOD studio unity integration (version 1.04.04) with our game project. I got a question about FMOD studio and the low level geometry occlusion system. After doing some tests it seems that geometry occlusion does not work with FMOD studio events. However calling System:getGeometryOcclusion returns the correct values for direct & reverb.

So i wonder if the geometry system not working together with FMOD studio events is intended behavior, a missing feature or perhaps a bug.

Hi, my team and I have search for this too, and we finally got a response by e-mail here what they say:

"The Geometry API only works with low level 3D channels, Studio API uses the 3D panner DSP which doesn’t currently include geometry occlusion. We recommend creating an “Occlusion” parameter on your event which controls a volume and/or lowpass automation, then driving that parameter using Unity’s ray casting to simulate occlusion. This offers the benefit of not duplicating the geometry data inside FMOD and using the engine’s inbuilt raycast algorithm.

Here is one example of how it could be implemented:
http://52.88.2.202/questions/question/forum-40283"

1 Like