Hi all! I’m currently trying to use DragControls on my project.
I see that you need to pass in an array with the desired to be draggable meshes when you first instance the controls.
My issue is that in my app, the meshes are being added dinamically, so how would I go about adding new draggable objects as the app goes?
Thanks a lot in advance.