Skip to content
 
 

Latest commit

 

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: 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.

Recent Changes

  • 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, and MeshRenderer automatically.

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

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages