And one more question about particlefx and spawn rate.
For now second value of spawn rate field have no influence to spawn rate.
Doesn’t matter what value is set: it can be 1 or 10000, particle will spawn all time like in first field.
You can see it on video. For now we set inteval 1-100 but all time it is 1 second and oly one particle.
Looks like a bug. What do you think?
UPD: It’s hard to see when you have more than one particle and different life time, but it is.
UPD2:
As I see it works like:
- engine get a value from field one (value field)
- time_for_spawn = 1/value
- spawn one particle every time_for_spawn
spread of spawn rate is ignore