Particles no working on Android

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By alexvinbog

I use particles2d and compile project to android.
On mac it works perfectly, but on my Xiaomi Redmi Note 5 particles not working.
Is there some solution?

:bust_in_silhouette: Reply From: Pratik

Same here bro…particle2d doesnt emit on exporting to android but works on some android bcoz of opengl es 3.0 support on android some doesnt have openGL es 3.0 support thats why it doesnt emit…if you have found any solution to this …reply

:bust_in_silhouette: Reply From: eons

That device is Adreno based, these do not have a complete GL ES 3.0 support and fails on many parts with Godot (3D and particles materials).

The only way to solve that is to make your own particles system drawing textures, or wait for 3.1 and use CPU particles.