Particle texture alpha channel is not work

The blendmode is ADD as in the PG above.

particleSystem.blendMode = 2;

Else, you can set your PNG to indexed colors or simply add a black background for the alpha. Where black == alpha 0, Where white == alpha 1. Then you won’t need the blend mode.

I.E:

2 Likes