Search Issue Tracker
Fixed
Fixed in 6000.0.20f1, 7000.0.0a1
Votes
0
Found in
6000.0.7f1
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
- Font character thickness does not adjust properly in UI Toolkit text when changing Bold Weight in Font Asset
- Multiple "[...] is inaccessible due to its protection level" errors are thrown when opening project with Unity Version Control installed
- Sorting icons are tiny and misaligned in Import Activity window
- The Undo system does not record HideFlags.HideInHierarchy changes
- [Linux] Bug Reporter window is in Light mode when the Editor theme is Dark mode
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.