Search Issue Tracker
Fixed
Fixed in 6000.0.20f1, 7000.0.0a1
Votes
0
Found in
6000.0.7f1
7000.0.0a1
Issue ID
UUM-74382
Regression
Yes
The camera's Gizmos frustum does not display correctly when there is a script containing the OnGUI method
Reproduction steps:
1. Open the attached “ReproProj” project
2. Open the “Assets/Scenes/SampleScene” scene
3. Open the Game view and enable Gizmos
4. Select the “Main Camera” GameObject to open its' Inspector window
5. Enable the “Testy” Script component
6. Observe the Game view
Expected Result: The Gizmos frustum is shown around the edges of the Game view
Actual Result: Only the corner of the Gizmos frustum is seen
Reproducible with: 2023.3.0a8, 6000.0.7f1
Not reproducible with: 2021.3.39f1, 2022.3.34f1, 2023.3.0a7
Reproducible on: Windows 11 Pro
Not reproducible on: No other environments tested
Notes:
- Not reproducible without the URP package
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
- Memory usage rises when switching scenes with GRD enabled and a loaded texture in URP
- [Quality Hackweek] Terrain Brush Size value is not serialized after deselecting the terrain when using the first instance of multiple Inspectors
- "NullReferenceException" is thrown when setting a long string in TMP with "Atlas Population Mode" set to "Dynamic" and "Multi Atlas Textures" enabled
- TextMeshPro text is misaligned when alignment is set via script
- A DX11 shader error is thrown when compiling shaders for platforms without DX11 support
Resolution Note (fix version 6000.0.20f1):
Fixed camera gizmos frustum that was not rendered correctly in the presence of a monobehaviour containing an OnGUI method.