Right now I have a campfire object, and a separate prefab with a particle system on it (not made by me). I want the particle system component to be part of the campfire to make scripting easier, but can’t find any way to copy it without maybe trying to trace it from scratch.
Any ideas? Thanks
EDIT: I already have an empty prefab with just a particle system on it. I want to move the actual particle system component (with all it’s values and textures etc) to my Campfire prefab.