I'm trying to get the quality level, but it's giving me a "MissingMethodException" error.
I even tried *exactly* what the docs demonstrate [here][1], but no matter what I do, or where I put the code, I still get this error:![alt text][2]
I've tried Googling the issue, but nothing comes up.
I've tried exactly what it shows in the docs:
`var qualityLevel = QualitySettings.GetQualityLevel ();`
And also declaring the int variable first then applying to it later the same way, but no luck.
I'm using version 5.4.0f2. Is this a bug, or am I missing something? I'm really confused here.
[1]: https://docs.unity3d.com/ScriptReference/QualitySettings.GetQualityLevel.html
[2]: /storage/temp/82004-getqualitylevel-error.jpg
↧