When using the GizmoManager with the BoundingBoxGizmo enabled the below warning is logged when attaching to a mesh:
“Using the attachedNode attribute in BoundingBoxGizmo is not supported. Please use attachedMesh instead.”
Here’s a playground repro (it can also be reproduced using the Inspector).
EDIT: I just realized that the warning is actually logged when the bounding box gizmo is enabled, not when the mesh is attached, so here’s an updated, narrower repro.
Oh thanks for catching this! I thought that using attachedNode with the BoundingBoxGizmo wasn’t supported, but that does happen in the GizmoManager! Guess it’s better to remove the warning then…