I have this Tank object that it has 2 parts, the body and the turret and the turret is pinned to the body.
1. My question is how do I create a new instance of the tank as a whole?
Should I?:
- Create Body at position
- Create turret an Position
- Pin Turret at Position
Is there a better way to do this?
And how to deal with this kind of objects and families? I only put the body of the tank in the Family since in the one in charge of collision and position in the layout.
Thanks