Version: 5.4

ParticleSystem.useAutoRandomSeed

Switch to Manual
public bool useAutoRandomSeed ;

Description

Set to false to support providing your own random seed for the Particle System.

When set to false, use ParticleSystem.randomSeed to define the seed. Useful for creating repeatable, deterministic effects.