GLES2 or GLES3?

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

My game is a simple 2D Android game.

What you suggest to me to use? GLES3 or GLES2 ?

Also, if i will use the GLES2 i have to enabled the Import Etc to ON and the Import Etc2 to OFF?

Thank you.

How to on import etc because i can’t export my game project

Where its location in Godot

Saravanan | 2022-03-18 05:04

:bust_in_silhouette: Reply From: Zylann

GLES2 is a better bet for simple 2D mobile games, because it’s more widely supported. ETC2 is indeed not supported with this renderer, you have to use ETC.

Thank you very much.

Nick888 | 2019-08-07 10:40