Hi,
is there any way to read the QualitySettings of a configuration like Beautiful while running under Fastest without applying it first. I need to do this from code for an options screen.
Thanks in advance.
Hi,
is there any way to read the QualitySettings of a configuration like Beautiful while running under Fastest without applying it first. I need to do this from code for an options screen.
Thanks in advance.
Like i said in your other question the quality settings are stored in an asset file.
/ProjectPath/ProjectSettings/QualitySettings.asset
This file is read by the engine direcly and can’t be accessed via scripting. I don’t really understand what you actually want. All the settings stored there are either presets or changed by you, so you should know what quality setting has what settings.
Keep in mind that you can create more presets by clicking the “Add Quality Level” button.