Godot Version
4.2
Question
I want to make the particles smoth fade away but the changes i made in color particleprocessmaterial
doesn’t affect the particles at all. Why?
4.2
I want to make the particles smoth fade away but the changes i made in color particleprocessmaterial
doesn’t affect the particles at all. Why?
If you want to use transparency in particles, you must enable it in the draw pass material (under the Transparency setting, select Transparency : Alpha)
Is enabled
can you share the complete configuration of your particle node ?
and the expected/observed behavior ?
Is your draw pass’ material set to vertex color as albedo?
No, it isn’t
Then you will have to set that to enabled.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.