Problem with Particle System

Hi

In my unity (v5.6.2f1) I see Particle System like this:

But in tutorial movie is like this:

what’s my problem?:face_with_spiral_eyes:

You need to add a material to the particle system. Instantiated particle systems do not have a default material anymore, this was removed some time ago. So you just assign one to it via script or the inspector.