utopia-rise / fmod-gdextension

FMOD Studio GDExtension bindings for the Godot game engine
MIT License
482 stars 52 forks source link

FmodEventEmitter3D only sets local position in Fmod #187

Closed EndersWilliam closed 10 months ago

EndersWilliam commented 10 months ago

When parenting an FmodEventEmitter3D to another node, moving the parent node does not update the 3d position of the event in fmod, even with the attached property set.

This is likely due to get_transform() rather than get_global_transform()