Search Issue Tracker
Fixed
Votes
2
Found in
2019.3.1f1
Issue ID
1220509
Regression
No
[URP] Cannot assign overlay cameras to a camera stack while in Prefab Mode.
The camera stacking functionality that has been recently introduced in URP doesn't seem to be working when editing cameras in Prefab Mode.
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
- Graphics.DrawMeshInstanced does not work when 2D Renderer and 2D Shaders are used
- SpeedTree does not move when using WindZone
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
CapeGuyBen
Feb 24, 2020 22:02
You can work around this with a script that assigns the desired overlay cameras on startup via baseCamera.GetUniversalAdditionalCameraData().cameraStack but it would be better if that wasn't necessary.