Component Manager v1.0 is a powerful game resource pack for Unity that enhances component management in the editor. It allows users to copy components—including their children hierarchy—from one object to multiple target objects with a single click. The tool supports various copy modes such as "Paste as is" and "Paste value," and automatically creates or finds the necessary child hierarchy in target objects. Local references are preserved during copying, ensuring that component references remain consistent across objects.
The interface includes a dedicated toolbar with detailed options: displaying component full names, instance IDs, and context menu shortcuts. Users can perform dynamic component searches by typing part of a component's name or even a single letter, with the tool instantly highlighting matches. Clicking on a found component focuses the view in the hierarchy, project, and scene windows.
All core operations are implemented as static methods within a reusable class, enabling integration into custom editor scripts. Additionally, the pack includes a complementary tool called Component Organizer, which helps clean and organize the inspector by allowing users to set visibility, editability, and enable flags for multiple components at once. Built using Unity's built-in Tree View, the editor window provides an intuitive way to navigate object hierarchies and locate target components efficiently.
Available on the Unity Asset Store: https://assetstore.unity.com/packages/tools/utilities/component-manager-148132
2026-02-27 00:00:00-update version:Component Manager v1.0