Is there a way to copy component settings from one gameobject to another.
There is a particle system called flames.
I want to transfer all the flame info to a scripted particle system.
- I have a sphere
- I add a mesh particle emitter
- I add an animator and renderer for the particles.
- but now I want it to look like the flames particle system. How do I copy all those component settings from one game object to another?
Dan