Is it possible to make totally independent copy of prefab with all its variants?
For example I have:
Prefab_1 -> Variant_1 -> Variant_2
And at the end there must be:
Copy_Prefab_1 -> Copy_Variant_1 -> Copy_Variant_2
Prefab_1 and Copy_1 are totally independent. Just two different prefabs with their own variants.
↧