I'm making an options menu for my game but it would seem the Unity script reference doesn't mention those three. http://unity3d.com/support/documentation/ScriptReference/QualitySettings.html
Whats the command to access them?
Cheers.
I'm making an options menu for my game but it would seem the Unity script reference doesn't mention those three. http://unity3d.com/support/documentation/ScriptReference/QualitySettings.html
Whats the command to access them?
Cheers.
You can’t. The best you can do is make the 6 quality settings have six combinations, then do all other quality settings modifications by changing those settings that you can modify.
Yes, it sucks. Especially VBL which is quite orthogonal to the other settings.