Search Issue Tracker
Fixed in 12.0.0
Votes
0
Found in [Package]
12.0.0
Issue ID
1336317
Regression
No
[HDRP] Camera Clipping planes ranges allow for unsupported user input
If a user inputs a Near Clipping Plane value of .03 or less or 1048577 or higher, then shadows will no longer render properly. In the specific case of Temporal Anti-Aliasing being the Anti-Aliasing mode that is currently set, the game view will only render the skybox and nothing else.
Repro Steps:
1. Launch the HDRP Template Project
2. Select the Main Camera game object which is under PlayerControllerFPS
3. Set the Near Clipping Plane to .03 or lower, or the Far Clipping Plane to 1048577 or higher.
Actual Results:
When the near clipping plane is below the supported range, or the far clipping plane is beyond the supported range, shadows and/or objects will not render properly.
Expected Results:
Either values would be clamped into their supported ranges, or ranges below and beyond the stated values should be supported. For example, competitor products support infinite as a value for the far clipping plane.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
- [Android] Light2D visuals stacking over frames when using RenderGraph
Add comment