I have a project that has been upgraded to High Definition Rendering Pipeline and where all materials were converted using the Unity option “Upgrade Project Materials do High Definition Materials”.
The problem appears when I change texture resolution/quality on the Quality tab in Project Settings to any other value different from the current one. (Also happens at runtime)
Before changing the value:
After changing from Full Res to Half Res (same camera location):
After saving the scene all areas affected by reflection probes become like this:
After reopening the project everything renders correctly with the selected resolution. The problem is that I need to change this at runtime so the player can change this settings.
Notes:
-
Using Unity 2018.3.5f1.
-
The big white margin is bloom (only the black pixelated part appears if I disable Post Processing).
-
The skybox is not affected. Interior scene seen from outside before and after changing settings:
This setting is crucial for the next version release of my little game. I searched a lot before making this question. I hope somebody can help me.
Sorry for my not perfect English.
Thanks.
Edit: fixed typo.