Hi guys, I just want to be sure of it but :
is it still unpossible to edit the QualitySetting class or do anything, in order to create a custom QualityLevel and be able to change dynamically variables like Anti-Aliasing, Shadow Resolution, or Texture Quality?
and if the answer is yes : isn't it possible to create a script that would do it the same way Unity do ? (actually I'm pretty sure it is, but I'd like to know if someone already wrote something that way)
You mean changing quality settings at runtime then. Everything you can change is in the docs: http://unity3d.com/support/documentation/ScriptReference/QualitySettings.html
– Eric5h5