Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity play particle system

public ParticleSystem particles;

//Play, stop and pause particles with these:

particles.Play();

particles.Stop();

particles.Pause();
 
PREVIOUS NEXT
Tagged: #unity #play #particle #system
ADD COMMENT
Topic
Name
9+7 =