gizmoManager.boundingBoxDragBehavior.onDragEndObservable not working properly

When I drag one sphere, it works. And then I drag another sphere, the event is not triggered

Check this : Babylon.js Playground

When using gizmos on multiple meshes the manager is attached and detached from the meshes, which results in clearing the observers from the observables. This should work:

test | Babylon.js Playground (babylonjs.com)

1 Like