Drag and drop with AR

I want to drag and drop is AR.

How can I drag and drop 3D data with RealityKit and Reality Composer?

Replies

Not sure exactly what you're after, but look up "RealityKit Entity Gestures" for information on how to add panning gestures to an entity using installGestures().

@st0321 did you found a solution yet?
Create an entity and then install gesturesforentity
arView.installGestures(.all, for: myEntity)