A small Unity3D editor extension to easily replace GameObjects and Materials.
The tool replaces all GameObjectsObjects whose names contains the name of the original object.
For example: if you have three objects - car, car (1), car (2) - make sure to choose "car" as the original if you want to replace them all.
Materials: The material is replaced on ALL objects whose material equals the one you chose in the first object field.
GameObjects: The replacement includes parent-child-relations, rotation and position of the original object.
It works only for GameObjects and Materials and not for other components.
This is an extention for Unitys Editor and not thought for replacing stuff at runtime.
- Open the editor window (Window -> Find and Replace)
- Choose whether you want to replace a GameObject or a Material
- Select ONE of the objects you want to replace or drag and drop it from the hierarchy into the first object field, OR select the material you want to replace.
- Press "Search!"
- Select an object OR a material (the one you want to use for replacing) in the second object field.
- Press "Replace!"