Hey Guys, I’m having trouble with the shuriken particle system. I made a jet trail from a spaceship. When the spaceship moves, aaaall the particles move with it. I want them to stay in one place. Anyone know how to do that?
3 Answers
3Can’t remember under which setting it is, but you need to set simulation space to world space instead of local space.
Well, set the simulation space to world and not local.
On the first picture you can see simulation space pretty much in the middle of the image. To set it via scripting all you need is ParticleSystem.simulationSpace.

Thanks! That done did it. :D P.S., how do I make this the best answer?
– Fredigarnvm, just figured it out
– Fredigar