Hi! I am working on graphics settings. I dont want just presets like (low, medium, high) I want a very expanded graphics settings menu. I have already made the UI:
In order to change settings like HDR, I think I have to acces the Universal Render Pipeline Asset.
Now here’s the thing: I can get the URP asset into the script succesfully, but i cant set the settings… because there are no public fields. they are mostly:
[SerializeField] bool m_SupportsHDR = true;
I can take a look into that script but if I edit and save it, it gets reseted.
So if anyone has any idea, how else to make graphics settings more advanced like this, please share it to me! Thank you so much.