Particles2D Doesn't work on All Android devices....

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

Hello Community :slight_smile:

Recently i’ve Made an Android Game and it work perfectly on my Xiaomi note 7

But i tested it on 3 Samsung Devices And the Result Particles 2D are not Visible!!!

and on Devices LIke Samsung S5 and S4 Active The Game Stuck At Splash Screen !!

Is This A Bug ? Or I’m Doing Something Wrong

:bust_in_silhouette: Reply From: kidscancode

You should use CPUParticles2D for mobile. CPUParticles2D — Godot Engine (3.2) documentation in English

You can use the convert_from_particles() method to convert your existing Particles2D node.

Thank you so Much :slight_smile:

It Worked Like Charm

By The Way I learned Godot from your Tutorials on you-tube You Are Amazing

Thank You …

Zylo_X | 2020-05-14 22:22