- Home /
How to destroy particles from a given point in unity (In particle system inspector)
As you can see my coin in my game has a particle system, however as you can also see the particles expand way too far beyond the coins radius. I've scoured the web and still have no answers.
How do you destroy particles sooner from your emitter? Mine, in this case, is emitting from a circle.
Answer by knobblez · Dec 24, 2018 at 10:47 PM
Start Lifetime. Turn it down. Play with the Speed if you want.
You should make a Particle System and play with everything. It's just an object so you can just delete it and make a new one. Then tune it based one what you've learned.
Your answer
Follow this Question
Related Questions
Why cant I use Terrain Massplace Trees? 0 Answers
How do I get the grid layout component? 0 Answers
ParticleSystem.play in unity 5? 1 Answer
error CS0246: The type or namespace name `Particle' could not be found. 1 Answer
How do I Force Particle System within an area and hide certain ones through arrays? 0 Answers