I’m trying to get the quality level, but it’s giving me a “MissingMethodException” error.
I even tried exactly what the docs demonstrate ![]()
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.