How to make the best optimization for android?

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

hello everybody
Does it make sense to wait for version 4 to make a 3d android game? If not, what settings can be made in version 3. I did gles2 and closed the shadows. my samsung j5 (2016) phone did not even get 20 fps either(there were 80 cubes on my stage). What big and fine adjustments can be made?

Visibility Notifier. Use it

Mrpaolosarino | 2021-04-01 13:23

:bust_in_silhouette: Reply From: magicalogic

queue_free() objects off-screen if no longer needed, don’t use too complex shaders or too dense meshes. Limit your GIProbes usage.