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
- [Linux] Cannot reorder GameObjects in the Hierarchy when the AI Assistant package is installed
- [iOS] Text Input field stops receiving changes when the "Cancel" button is used on the soft keyboard
- [WebGPU] URP RenderGraph RenderPass doesn't clear textures
- Query Builder items display raw code style names instead of human readable labels in search field
- “+” button does nothing and has no functionality when clicked in Human Template "Bone Template" list
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.