- Home /
Question by
themrrightclick · Nov 12, 2019 at 01:28 PM ·
gameobjectparticlesparticlesystemparticle systemchild object
In a hierarchy of particle effect objects, is it possible to play only the selected object?
Let's say I create a ParticleSystem gameobject under which I put multiple particle systems as its children like so:
SpawnedParticleSystemObject
- ParticleSystem 1
- ParticleSystem 2
- ParticleSystem 3
I then select ParticleSystem 2 and press play. This results in all of the child effects (ParticleSystem1 through 3) being played at once.
Is it possible, somehow other than deactivating all other ParticleSystems, to play ONLY the selected ParticleSystem in the Editor when pressing Play in the Particle Effect window?
Thanks!
Comment