Search Issue Tracker
By Design
By Design in 6000.5.X
Votes
1
Found in
6000.0.64f1
6000.3.2f1
6000.4.0b1
6000.5.0a3
Issue ID
UUM-130505
Regression
No
Gizmos are not rendered for the Base Camera when using Camera Stacking
How to reproduce:
1. Open the “IN-127668_GameView_GizmoBug“ project
2. Open the “SampleScene”
3. Ensure Gizmos are enabled in Game view
4. Observe the Game view
Actual result: There is only one Light gizmo visible
Expected result: There are two Light gizmos visible
Reproducible with: 2023.3.0a18, 6000.0.64f1, 6000.3.2f1, 6000.4.0b1, 6000.5.0a3
Not reproducible with: 2023.3.0a17
Reproducible on: macOS Tahoe 26.1
Not reproducible on: no other environments tested
Note: If you enable Project Settings > Graphics > Render Graph > Compatibility Mode, gizmos for both cameras are visible
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:
The rendering of Gizmos by the last camera in the stack is the expected behavior in most cases since otherwise the base camera/previous overlay cameras widgets will be overdrawn (provided that the cameras have the same transforms). Now this might not be the desired behavior where cameras are non-overlapping and rendering some unique objects but functionally this departs from the initial purpose of the camera stacking. Pre render graph, the gizmos would be rendered for all the cameras but this approach would come with its own set of problems hence reverting to it is not a viable solution at the moment.
This was noted for now as a design limitation and will be partially filed under a feature request.
Resolution Note (6000.5.X):
The rendering of Gizmos by the last camera in the stack is the expected behavior in most cases since otherwise the base camera/previous overlay cameras widgets will be overdrawn (provided that the cameras have the same transforms). Now this might not be the desired behavior where cameras are non-overlapping and rendering some unique objects but functionally this departs from the initial purpose of the camera stacking. Pre render graph, the gizmos would be rendered for all the cameras but this approach would come with its own set of problems hence reverting to it is not a viable solution at the moment.
This was noted for now as a design limitation and will be partially filed under a feature request.