heraldofgargos / godot-fmod-integration

FMOD Studio middleware integration and scripting API bindings for the Godot game engine.
MIT License
177 stars 13 forks source link

I Replaced the Demo Project's Bank With My Own And The Positioning isn't Working #31

Open johnloser-lwi opened 4 years ago

johnloser-lwi commented 4 years ago

Describe the bug I Replaced the Demo Project's Bank With My Own And The Positioning isn't Working. Maybe it's just a simple setting that's wrong!

To Reproduce Steps to reproduce the behavior:

  1. Create new FMOD Project
  2. New 2D event or 3D event
  3. Drag some audio
  4. Export and replace the bank 5.Change the code to match the event name

Expected behavior The sound should come out from SoundSource1 or SoundSource2. When I move the Listener, the sound should move.

Configuration