I have a container comprised of 3 objects which is intended move as a group when a target object is dragged.
Currently I'm separately pinning each of the components of the container to the target object, which seems to work. But every time I want to interact with the container as group, it seems I have to manually pick all the components of the container, which is tedious.
Demo here.
I supposed I can write functions to handle all the object picking, but is this really the only way to treat containers as a single object?
Thanks for any suggestions for improvement.