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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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.