[3.1 Alpha] Does the GL ES2/3 driver affect the build or is that just for the editor system?

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

I’m trying to target more devices using 3.1 to support OpenGL ES2 but I wan’t to support ES3 in the same build if that’s possible. I don’t have an ES2 phone to test if it’s working.

:bust_in_silhouette: Reply From: eons

You can run the editor in GLES3 and 2, and build the project for 3 and 2, just remember that some features won’t work on 2 (like GPU particles).