- Home /
Question by
inputchaos · Oct 06, 2018 at 12:08 AM ·
particlesystem
How to set ParticleSystem.Time ? how to use it ? What is it ?
I need to start playing my particles at a certain time in the particles simulation.
But doing something like "particles.Play()" then "particles.time = t" has no effect. it stop the simulation.
"particles.Simulate()" has better effet but i wonder how to use and set "particles.time" and what is the "playback" affiliated to it.
Comment
Your answer

Follow this Question
Related Questions
A tricky problem with Particle Collisions 0 Answers
How do I change Particle System color via script in Unity 5.6.1f1? 1 Answer
How do I modify duration time of a particle system at runtime? 1 Answer
keep my collider on my particle system close together 1 Answer
Particles effect in a progress bar 1 Answer