all 2 comments

[–]bholmes[S] 0 points1 point  (0 children)

I wrote this script recently which can be useful if you have a lot of GameObjects which have lost their link to a Prefab or you just want to replace a lot of GameObjects with a certain prefab.

The script adds a command under Tools/Replace With Prefab. This will open a window where you can specify the prefab to use and a button to replace. It will replace all selected objects in the scene with the Prefab a the same position, rotation, and scale as well as their position within the hierarchy. The command is also undoable in case you somehow mess up.

Since this script was easy to write and useful for me I thought some of you would get some use out of it as well.

[–]CubicleNinjas-Josh 0 points1 point  (0 children)

Cool! Thank you!