Publisher | Kreli Studio |
---|---|
File size | 717.16kB |
Number of files | 7 |
Latest version | 1 |
Latest release date | 2019-09-12 12:25:09 |
First release date | 2019-09-12 12:25:09 |
Supported Unity versions | 2018.4.2 or higher |
Component Manager
Check full version of this asset with additional features!
Component Manager
Features:
• Full functional component copier from one object with children hierarchy to many target objects (Paste as is, paste value, etc).
• Copy many components to many target objects by one click.
• While copying components it will automatically find or create children hierarchy in target objects.
• COPY LOCAL REFERENCES! While copying components with local references it will find and set same references in target objects.
• Useful toolbar with detail options:
- Full Name - Show components with full name.
- Instance Ids - Show instance ids.
- Context Menu - Show shortcut of context menu for components.
• All operation methods used in Component Manager are in static class and can be use in your editor code.
Component Manager allows you to copy many components from one object to many target object by one click. To draw editor window it used build-in Tree View (like in hierarchy window) and you can easily explore objects hierarchy for looking for components you want.
Unique feature of this asset is copying components and then redirect its local references to target’s components. If you copy component with variable which contain local reference (reference to child’s component) in traditional way and then paste it to another object, the pasted component will have reference to same object as source object. In Component Manager it is solved with System.Reflection. If you copy component with local reference and paste it to another object, the pasted component will try recreate path to local reference in own hierarchy and replace object by its own local reference. After copy and replace local references you can print log to console with process summary. Additional if you copy some children components and paste it to another object, Component Manager will find or recreate children in same local hierarchy as in source object.
Check full version of this asset with additional features!
Component Manager
Documentation