Search Issue Tracker
Fixed
Fixed in 6000.0.3f1
Votes
0
Found in
2023.3.0b5
Issue ID
UUM-62201
Regression
Yes
[URP] Gizmo of the collider is drawn at the wrong position when using the “OnGUI" function and having the Universal RP package
How to reproduce:
1. Open the user’s attached “URP Test.zip” project
2. Open “SampleScene” Scene (Assets > Scenes)
3. Select “Select Me and toggle DoOnGUI” GameObject
4. In the Inspector window, enable the “Do On GUI” Component
5. Observe the Game window
Expected result: Gizmo of Box Collider is visible on the cube GameObject
Actual result: Gizmo of Box Collider disappears, and a few pixels of it are at the top left corner of the Game window
Reproducible with: 2023.3.0a8, 2023.3.0b5
Not reproducible with: 2021.3.34f1, 2022.3.19f1, 2023.2.8f1, 2023.3.0a7
Reproduced on: macOS 14.2.1 (Intel)
Not reproducible on: No other environment tested
Note: not reproducible without Universal RP 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
- [Tile Palette] Sprites not rendering when brush tool "Paint a filled box with active brush" is used for the first time
- Adding available Nodes with longer names in Fragment Context window overflow Fragment Context window in Shader Graph
- "Layer Palette Profile" Asset is automatically applied to the second Terrain but doesn't load any layers
- "Terrain Tools" shortcut conflicts with the Overlays shortcut by default
- Longer Shader Graph Property Reference names breaks VFX Graph Output Particle Node
Resolution Note (fix version 6000.0.3f1):
Set up correct transformation matrices before rendering Gizmo and restore them once done. Thanks for detecting this issue and reporting it to us!