I want to make a script that turn on and off camera effects and objects depending on the quality level, but how do I make an if statement for quality settings? I tried:
If(QualitySettings.QualityLevel(1)){
}
but that just seems to be completly the wrong way.
↧