How to change global settings at run time?

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

How to change global settings at run time?

I am interested in those settings that are in the “Project Settings=>Rendering=>Quality” window. I need to change them in the running application(game).

P.S.: I asked that in the age of Godot 2.X. but now it’s not relevant.

Me prompted the right methods:

ProjectSettings.set_setting(
ProjectSettings.get_setting(

DimitriyPS | 2018-11-12 15:48