help mi , project opengl3 change opengl2

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

Hi I have spent a lot of time on this project but I could not package it because my graphics do not support opengl3 if you can send me this project with opengl2 please i really need it
Please please im very very need

https://drive.google.com/file/d/1pzGRMN1DVqXXiHJ56qKCMz75AI-mpGmg/view?usp=drivesdk

:bust_in_silhouette: Reply From: Adam_S

You can do this by yourself.

Go to your project folder and open the file “project.godot” with a text editor.
Search for the [rendering] heading and add quality/driver/driver_name="GLES2" underneath.

It should look like this:

[rendering]

quality/driver/driver_name="GLES2"

But make sure you have a backup before you editing something there manually.