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
- Crash on AudioMixer::GetFMODChannelGroup when entering Play Mode in a specific project
- Prefabs with "Flags" enum properties result in "IndexOutOfRangeException" when trying to commit/revert
- The Camera first person mode in Cameras overlay is greyed out and not clickable when the Editor is restarted with the Game View focused
- Scene View doesn't select the Canvas when it's clicked with the View Tool
- Transform fields are impossible to edit when Inspector window is resized
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.