/godot-smart-graphics-settings

Addon for Godot Engine 3.5 which automatically adjusts the user's graphics settings until a target FPS is consistently reached.

Primary LanguageGDScriptMIT LicenseMIT

Smart Graphics Settings for Godot 3

Like this addon and want to support me? Click here to donate or subscribe.

🛑 VERY MUCH STILL A WORK IN PROGRESS! NOT READY FOR USE 🛑

When enabled, this addon will dynamically adjust the user's graphics settings until a stable target FPS is reached. It will adjust a few quality settings up or down, wait until the FPS stabilizes, and then check to see if the new FPS matches the target value.

Installation

After cloning this repo into your base project folder, simply add the new SmartGraphicsSettings node somewhere in your scene tree or add it as an autoload singleton.

Options

On selecting the SmartGraphicsSettings Node in the editor, you'll see a few options appear in the inspector.

Target FPS

This is the FPS value the addon will attempt to target.