Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2019.1.0a10
2020.1.0a23
Issue ID
1219321
Regression
No
[IMGUI] Slider handle of Field of View disappears on Selecting Horizontal FOV Axis in Camera Properties
[IMGUI] Slider handle of Field of View disappears on Selecting Horizontal FOV Axis in Camera Properties.
Field of View Slider handle disappears when it is dragged to the maximum limit and the FOV axis is set to Horizontal, Refer to the attached video.
Steps to repro:
1. Create a new project
2. Main Camera > Inspector > Camera >Field of View > drag till the maximum value.
3. Main Camera > Inspector > Camera >FOV Axis > Horizontal
Actual Result:
Slider handle of Field of View disappears on Selecting Horizontal FOV Axis
Expected Result: Slider handle of Field of View is visible when Selecting the Horizontal FOV Axis and dragged till the maximum value.
Note: FOV Axis is introduced in 2019.1.0a10
Occurring on: 2020.1.0a23, 2019.3.2f1, 2019.2.14f1, 2019.1.14f1, 2019.1.0a10
Environment:
Windows 10 and macOS 10.14
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
- The cursor moves into wrong place when renaming folder/asset
- Assertion error "(dx - width < padding) || (dy - height < padding)" when using Pack Preview
- [Memory Profiler] The EntryType.NativeAllocationSites_MemoryLabelIndex of snapshots only reports -1 or 0 instead of the MemLabel used for allocations made from any call site.
- [Vulkan] Artifacts appear in the Player when using Screen Space shadows with orthographic camera
- Errors OnGUIDepth changed & GUIUtility:ProcessEvent when opening Textures with Third Party App
Resolution Note (fix version 2020.1):
The camera inspector FOV slider now correctly adjusts its range when the FOV axis is horizontal.