Search Issue Tracker
By Design
Votes
0
Found in
2023.3.0a18
6000.0.0b11
Issue ID
UUM-63811
Regression
Yes
[URP][RG] Game View turns yellow after switching Camera Render Type from Overlay to Base
Steps to reproduce:
1. Open a URP-enabled project
2. Ensure that the Game View is enabled and visible
3. Select a Camera
4. Set the Camera Render Type to Overlay
5. Set the Camera Render Type to Base
Actual results:
The Game View becomes yellow
Expected results:
The Camera is displayed as an overlay to another base camera if one is present and/or draws an appropriate background color
Reproducible with versions: 2023.3.0a18, 2023.3.0b7
Not reproducible with versions: 2022.3.19f1, 2023.3.0a17,
Tested on (OS): Mac OS Sonoma 14.3
Comments (1)
-
rasofiagames
May 30, 2025 13:22
Overlay does not work for me when working with multiple scenes. This breaks various systems where we rely on a separate scene rendering over the current scene (such as a loading screen)..
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
By changing the camera type to overlay sets the clear mode to uninitialized. Otherwise OnMouseOver function would only be able to detect objects inside the overlay camera. The color of the background is not guarenteed when uninitialized is selected as the clear mode.