jr-uk / SimpleComponentCopy

A simple component copier for the Unity Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleComponentCopy

A Simple Component Copier For The Unity Editor

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.

image

Note: It does not copy field and property contents, just creates components of the same type.

Setup

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

image

Alternatively, clone the repo to a folder within your project asset folder and when the editor detects this up it will be loaded.

Usage

Access the window for this tool from within the editor at the top of the window.

Windows > SimpleComponentCopy

image

Developed in editor version 'Unity 2022.3.16f1'

About

A simple component copier for the Unity Editor

License:MIT License


Languages

Language:C# 100.0%