When I start changing color on first particle system, I don’t know why, but color is changing on another particle too! PLEASE HELP!
here are some images:
This is because both your particles point the same object and you are changing it. So all instances of this will change of color. You need to show us how you change the color to help you more.
You’ll need two separate particle systems and two different materials. One for each.
This happens to me whenever I duplicate a GameObject that uses a material. The duplicate function doesn’t seem to create a duplicate material, and just uses the same material that you copied from. You have to create a separate material and make sure you have separate materials.