- Home /
 
 
               Question by 
               SarperS · Oct 30, 2011 at 01:33 PM · 
                qualityqualitysettings  
              
 
              QualitySettings, changing other settings
Currently QualitySettings class doesn't have all the options in the actual Quality settings in the Unity Editor. Shadows, Shadow Resolution and Blend Weights for example.
Question is, is there a way to change those settings without using "QualitySettings.currentLevel = QualityLevel.Fantastic"? .I don't want to change the whole settings but just give the player options to customize the quality.
Thanks.
               Comment
              
 
               
              Basically, this is one of those strange omissions in the API, along with a customisable Input manager outside of the 'Resolution Dialog'. It's a feature that really should be in there, and isn't.
Your answer