Particle system doesn't want spawn more than 1000 particles

In theory you should also set bounds with any particle system, otherwise you add additional overhead to each particle as it calculates new bounds on the CPU every cycle.

A good optimization tip is to set fixed bounds on every particle you can, just make sure you check for occlusion at oblique angles and distances.

1 Like