ComponentExtensions
This class allows you to copy Unity components from certain gameobjects, so you can add these copied components onto other gameobjects if needed.
Available methods
This extension method creates copy of given component.
Example:
This extension method copies component toAdd and adds it onto given gameobject.
Example:
Last updated