Cannot Change Particle Color (not code error)

I cannot change the color of particles, I think it’s about unity not codes.

the sections didn’t show are unmarked so disabled

1 Like

Hi Muhammed,

Not sure which version of Unity you are using, so let me know if you run into any difficulties with the following;

  • create a new Material in your Asset folder, naming it something relevant (“Particles” for example)
    image

  • expand the Rendered interface of the Particle System
    image

  • click on the select icon next to the Material property and select your material (or just drag it across from the Project view)
    image

Note, the particles in your scene view will default to the colour of the material at this point. It is also handy to enable Looping under the main Particle System properties just so you can see what is happening.

  • scroll to the bottom of the Particle System properties to the added material
    image

  • change the Shader of the added material to one of the Particles shaders (you can experiment with these)
    image

You should now be able to experiment with different colour options using the Start Color
image

image

You can also use the Color over Lifetime and/or Color over Speed properties.

Hope this helps :slight_smile:


See also;

2 Likes

again you saved me, Thanks a lot :smiley:

1 Like

No worries, you’re more than welcome :slight_smile:

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms