Hey everyone,
So, I'm trying to make a physics structure composed by other smaller objects, that also have physics.
I need to have the ability to edit the structure, by adding/removing/moving the smaller objects, but I can't figure out a way to "glue" the smaller objects together, so that i can later move the whole structure. I tried using multiple image points in each small object, to detect their position relative to the others, but that didnt work
Hope you guys can help me, thanks!
*Edit : I also tried using Containers, but because im using a Family for all of the smaller objects, i can't seem to add all of them them to containers at once.