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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
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.