- Home /
Question by
Ratcher05 · Jul 11, 2020 at 04:46 PM ·
instantiateparticlesparticlesystem
How to Instantiate gameObject where a particle dies
I am trying to make a system in which a game object instantiates every time a particle from a certain system dies. How should i go about achieving this?
Comment
Answer by socialBacons · Jul 12, 2020 at 06:26 PM
Try reading documentation on ParticleSystem.Particle, ParticleSystem.GetParticles() and ParticleSystem.SetParticles()
Answer by IggyZuk · Jul 12, 2020 at 06:38 PM
If you want to spawn another particle system you can use the Sub Emitters sections.
screenshot-2020-07-12-at-73611-pm.png
(93.1 kB)