Search Issue Tracker
By Design
Votes
0
Found in [Package]
master 2021 03 16
Issue ID
1322014
Regression
No
[HDRP] Reducing scene view camera clipping planes can result into errors and break rendering
To reproduce simply open any HDRP project and adjust the clipping planes as in the video.
Expected: We clamp the values, users cant input too low numbers and break rendering
Actual: Error and nothing renders
Note: minor issue because users wont use these low values, its just not convenient to use the float slider
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
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
Resolution Note:
this property is general to Unity (builtin, URP, HDRP) we can't clamp it solely for HDRP and we want to avoid that, users must be able to setup the value they want.