Settings
Ambient supports a number of settings that can be configured using the settings.toml
file. This file is located under the platform’s config directory:
- Windows:
C:\Users\*USER*\AppData\Roaming\Ambient\Ambient\config\settings.toml
- MacOS:
~/Library/Application\ Support/com.Ambient.Ambient/settings.toml
- Linux:
~/.config/Ambient/settings.toml
Settings
[general]
user_id = String
api_token = String
[general.sentry]
enabled = bool
dsn = String
[render]
resolution = [int, int]
vsync = bool
render_mode = String # "MultiIndirect", "Indirect", "Direct"
software_culling = bool