How to create prefab of objects?

To instantiate game object composed by several objects.

You could use group and the association extension, but i recommend you to use “for each” condition/Action on both prefabs creation and animation (id needed) :

  • for each ObjectX then create ObjectY and ObjectZ
    etc.

Ok, understood.