Search Issue Tracker
Fixed
Votes
0
Found in [Package]
8.0.0
Issue ID
1188726
Regression
Yes
[HDRP] Maximum LOD Level quality setting not working
Versions tested: 2020.1.0a8 + Standard, HDRP 7.0.1, HDRP 8.0.0/Master
Steps to reproduce:
1) Open attached scene or create a custom LOD group
2) In Project Settings/Quality set Maximum LOD Level to any number in [0,5] range
3) Observe that it has no effect
Expected result: setting LOD levels should change the current visible LOD object and set the maximum level.
Note: Works well on HDRP 7.0.1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Turns out, this is by design. HDRP has its own LOD settings, and those you try to use are not supposed to be used. I will try to find out whether we can hide them...