I have a working particle emitter that is attached to another entit. What I have now is that when I drag (move) entity with emitter all created partcles move as well. Emitter creates particles that should move only upwards, but when Idrag emitter to the right all particles are moved to the right as well. I understand that its because of attachment to the entity. What I would like to achieve is that when particle shows its independent from emitter, so I can drag emitter and particle just stays on its original course.
Thanks.