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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.