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.
Comments (1)
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
- Outdated page opens when accessing Sprite Atlas v2 reference page
- "DateTime.Now" in the UK timezone does not adjust when the British Summer Time is active
- "Unsupported source texture format (7) in ComputeNextMipLevel" error is shown and the texture atlas is corrupted when the texture format "RGB Compressed ETC2 4bits" is selected
- The label that uses data binding is no longer updated at runtime when `INotifyBindablePropertyChanged` reloads updates of the VisualTreeAsset in UIDocument
- HDRP Graphics "High Quality Line Rendering" is missing a documentation link
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.