Hi,
I want to sync particle emitters. Let’s say at the moment of explosions I want to see smoke emitting too.
I don’t know how to do this, if I set times of emission and delays to be random.
There must be a way to sync them.
Hello!
The best way to control a particle is to switch from Cascade to Niagara, When you have a “Spawn burst instanteneus” you can find a “spawn time”, where you can control the dalay of the spawn in the particle system.
If you have two emitters in the same Niagara System, the will spawn at the same time (unless you change the “spawn time” in one of the emitters) so they should be in sync
You can also set the Sync in a blueprint that activates the particles separately
Hope this helps!
1 Like
@AngelBieliukas Thanks for suggestion.
We cannot move from Cascade to Niagara yet.