Utility Editor Scripts for Unity

Utility Editor Scripts for Unity is a collection of scripts to improve your Unity experience. These scripts handle rare or hard to resolve tasks in your Unity editor.

I will be adding more scripts over time. Feel free to submit requests on the forum page.

Current Scripts:

  1. Replace / Repair Selected Objects - repairs broken / missing prefabs. Can also replace multiple objects in your scene with an object or prefab from your project view.

  2. Copy Objects to New Scene - copies all selected objects in your current scene to a new scene. All transforms, properties, references, etc are copied to the new scene.

Documentation and Sample scenes included.

https://www.assetstore.unity3d.com/#/content/8196

New feature released -

Copy Compnent To Another Object - copies a component to another object in the scene. Can also copy component values from one component to another.