Search Issue Tracker
Fixed
Fixed in 6000.0.30f1, 6000.1.0a7, 7000.0.0a10
Votes
0
Found in
6000.0.25f1
6000.1.0a2
Issue ID
UUM-85583
Regression
Yes
The Camera's Clipping Planes Far value's condition of being greater than the Near value gets enforced when typing the value
Reproduction steps:
1. Create a new project
2. In the Hierarchy window, select the “Main Camera” GameObject
3. Set the Near value of Clipping Planes to 40
4. Try entering any number into the Far value field of Clipping Planes
5. Observe the results
Expected Result: The Far value becomes 40.01 when the field is unfocused and if the Far value is smaller or equal to 40
Actual Result: The Far field value becomes 40.01 when still typing
Reproducible with: 2023.2.0a14, 6000.0.25f1, 6000.1.0a2
Not reproducible with: 2021.3.45f1, 2022.3.51f1, 2023.2.0a13
Reproducible on: Windows 11 Pro
Not reproducible on: No other environments tested
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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Resolution Note (fix version 7000.0.0a10):
Editor: Fixed the Clipping Planes float fields behavior for CameraEditor when using BiRP.
Resolution Note (fix version 6000.1.0a7):
Fixed the Clipping Planes float fields behavior for CameraEditor when using BiRP.
Resolution Note (fix version 6000.0.30f1):
Editor: Fixed the Clipping Planes float fields behavior for CameraEditor when using BiRP.