Hello, I created geometry in fmod core, but fmod studio ignores geometry. how do I link the systems so that the event reacts to the geometry?
my terrible C++ code - SOURCE CODE
here is the call from lua:
Hi,
Unfortunately, the Core API geometry system is incompatible with the Studio API. If you want to implement occlusion when using the Studio API, the general recommendation is to either:
- Create an “Occlusion” parameter and use it to automate your own attenuation and filtering in Studio, then calculate occlusion using geometry in engine at runtime (e.g. using raycasts) to drive the parameter value
- Make use of a third-party plugin that supports geometry occlusion, such as Steam Audio or Atmoky plugins
1 Like