I have a one-shot particle system that generates a cone of particles in a single blast at the player's position. If the player is moving, I would like the particles to either inherit the player's velocity or at least move with the player.
I've tried adding the particle system to the player object's hierarchy as well as manually moving the particle system, but this doesn't seem to affect the particles themselves.
Is there a simple way to do this?