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: It does not copy field and property contents, just creates components of the same type.
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'