- Home /
remove parent of particles while emiting?
Is there a method to remove parent of emitted particles? Problem: There is a moving object with a particle system emitting a trail of particles by a certain rate over distance. When I disable that object the particles too disappear, because the particles are child to the moving object. Is it possible to de-parent theses particles without de-parenting the particle System? If that was done the particles would fade away (without disappearing at once) after the parent object gets disabled. Hope my question is clear. Any help is valued.
Your answer
Follow this Question
Related Questions
Make a simple tree 1 Answer
Target child of child without knowing name? 1 Answer
All encompassing Game Object. 1 Answer
how do I get reference to a parent or a child? 2 Answers
How to check parent value instead name value(more details in post) 3 Answers