utopia-rise / fmod-gdextension

FMOD Studio GDExtension bindings for the Godot game engine
MIT License
372 stars 42 forks source link

Remove listener update when in editor #206

Closed CedNaru closed 3 months ago

CedNaru commented 3 months ago

The last explorer update changed the FmodManager.gd into a tool script, allowing FmodServer to be updated and play event previews. It had the side effects of adding a warning message, when starting the editor, complaining that no listener is set. I simply added a condition that will prevent listener (and performance data as well, because we only want them from a remote instance) to be updated by the FmodServer.