I have an enemy with two identical arms. (One will be mirrored.) Enemies are placed in the layout. One arm is placed outside the layout and in a container with the enemy.
With the arm placed and pinned to the enemy, every enemy gets an arm and it follows perfectly. I'm not sure that this is good practice but it works...
Now I want a second arm I can place. How do I "re-use" the same arm?
For now I cloned the arm object in the layout, mirrored it and added it to the container. Now I have enemy, arm1 & arm2 in the container. This works but what If I had 20 arms... Is there a better/correct way to do this?