Particle systems in Unity 3D

3D Game Design with Unity

🕑 This lesson will take about 20 minutes

In this lesson, you will learn how to use particle systems in your Unity game and also an introduction on how to use C# scripts to control a particle system. Watch the video below and then scroll down to see the sample code.

Is YouTube blocked at school? Watch on Google Drive.

The sample C# code below shows how to play or stop a particle system, for example, when a key is pressed. This code below should be placed inside the Update() method in a script.