Used to copy Component objects from one GameObject to another in the Unity Editor. Essentially a copy paste for components. Is functional now, happy for any contributions or feedback.
Note: By default it only creates components of the same type. Enable Include serialized values in the tool window if you also want the field/property data copied.
- Added per-component toggles so you can cherry-pick what gets copied.
- Added the Include serialized values toggle to optionally bring over configured data.
- Skips unsafe-to-clone components such as
Transform,MeshFilter, andMeshRendererautomatically.
Open the package manager and click the plus sign and enter the URL below to add the project
https://github.com/jr-uk/SimpleComponentCopy.git
Alternatively, clone the repo to a folder within your project asset folder and when the editor detects this up it will be loaded.
Access the window for this tool from within the editor at the top of the window.
Windows > SimpleComponentCopy
Developed in editor version 'Unity 2022.3.16f1'


