Search Issue Tracker
By Design
Votes
0
Found in [Package]
3.0.0-pre.8
Issue ID
CMCL-1521
Regression
Yes
Cinemachine Virtual Camera's “Near Clip Plane” can’t be set to a lower value than 0.01 when changing its value in the Inspector window
How to reproduce:
1. Open the user’s attached “My project (1).zip” project
2. In the Hierarchy window, select “Virtual Camera” GameObject
3. In the Inspector window, try to change the “Near Clip Plane” value to the lowest
Expected result: “Near Clip Plane” value is 0.001
Actual result: “Near Clip Plane” value is 0.01
Reproducible with: 2.9.0-pre.6, 2.9.7 (2021.3.31f1), 3.0.0-pre.9 (2022.3.10f1, 2023.1.16f1, 2023.2.0b13, 2023.3.0a9)
Not reproducible with: 2.9.0-pre.1 (2021.3.31f1)
Reproduced on: macOS 13.5.2 (Intel)
Not reproducible on: No other environment tested
Note: the “Near Clip Plane” value can be changed in the “Debug” Inspector mode to lower than 0.01, but after coming back to the “Normal” Inspector mode, the values are still 0.01
-
schema_unity
Feb 05, 2024 19:18
>RESOLUTION NOTE:
>The Unity Camera's near clip lower bound is 0.01. CM was updated to match it.This is not the case for HDRP. You can add a component to your virtual camera that forces the near plane to values lower than 0.01 in the update. These values are actually reflected in the camera, as a quick look at the depth buffer shows.
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
- Reference to a deleted GameObject becomes "None" instead of "Missing" when the GameObject is restored with undo after entering and exiting Play Mode
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
- Particle System Curve presets can't be scrolled and some of them can't be selected if window is too narrow to fit them all
Resolution Note:
The Unity Camera's near clip lower bound is 0.01. CM was updated to match it.