Prefab Gymnastics

Say I make a cube, then resize it into a rectangle shape, and then duplicate it 10 times and move the duplicates around to different places. Then later I realize I needed to make the cube a prefab. Is there any way to make all of those duplicate cubes inherit from the prefab without having to manually copy/paste component values?

I sure hope so, because it was a lot more than 10 cubes :stuck_out_tongue:

Hi,

Unfortunately, that’s not possible by default. You’ll have to do it via script.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.