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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution 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.