BetterEditor – Copy / Paste / Delete multiple components


The Copy / Paste / Delete multiple components extension for Unity provides a set of features to simplify the process of copying, pasting, overwriting, and deleting components on GameObjects.


by axthauvin


Price History +

Features


- Copy all components: Copy all components from a selected GameObject.

- Paste all components: Paste the previously copied components to a new GameObject as new components.

- Overwrite all components: Overwrite existing components with the copied components or add them as new if they don’t exist.

- Delete all components: Delete all components on a GameObject, even if they have dependencies.



How to Use


1. Copy Components

- Right-click on a GameObject in the hierarchy.

- Navigate to GameObject > Components > Copy all components to copy all components of the selected GameObject.


2. Paste Components

- Right-click on another GameObject where you want to paste the copied components.

- Navigate to GameObject > Components > Paste all components to paste all copied components to the new GameObject.


3. Overwrite Components

- Right-click on a GameObject where you want to overwrite the components.

- Navigate to GameObject > Components > Overwrite all components. This will overwrite existing components with the copied ones or add them if they don’t exist.


4. Delete Components

- Right-click on a GameObject from which you want to delete all components.

- Navigate to GameObject > Components > Delete all Components to remove all components from the GameObject, including dependencies that Unity doesn’t typically remove by default!