Skip to content

A small Unity3D editor extension to easily replace GameObjects.

Notifications You must be signed in to change notification settings

RedImp1470/FindAndReplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Find and replace

A small Unity3D editor extension to easily replace GameObjects and Materials.

Take note:

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.

How to use it:

  1. Open the editor window (Window -> Find and Replace)
  2. Choose whether you want to replace a GameObject or a Material
  3. 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.
  4. Press "Search!"
  5. Select an object OR a material (the one you want to use for replacing) in the second object field.
  6. Press "Replace!"

About

A small Unity3D editor extension to easily replace GameObjects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages