Search Issue Tracker
Fixed
Fixed in 6000.0.29f1, 6000.1.0a6, 7000.0.0a9
Votes
0
Found in
6000.0.27f1
6000.1.0a4
7000.0.0a1
Issue ID
UUM-87121
Regression
No
Game view fails to render when Cameras are stacked and STP is enabled
How to reproduce:
1. Open the “CameraStackSTP.zip“ project
2. Open the “SampleScene“
3. Observe the Game view
Expected results: The Game view is rendered correctly
Actual results: The Game view is not rendered
Reproducible in: 6000.0.27f1, 6000.1.0a4
Not reproducible in: 2021.3.46f1, 2022.3.52f1 (No STP in Upscaling Filters)
Reproduced on: Windows 11 Pro (23H2), macOS 15.1 (M2, by the reporter)
Not reproduced on: No other environment tested
Notes:
- Not reproducible with other Upscaling Filters
- If either of the Cameras in the Scene is disabled the Game view will be rendered correctly
- Could not test in HDRP as Camera stacking is not supported there
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
- Animation Clip with Legacy enabled does not play when Time.timeScale is set to 0 despite Update mode set to "Unscaled time"
- Rename is enabled on subfolder empty space - "Can't rename to empty name" warning
- SamplerState Property Missing Anisotropic Filtering
- Visual glitches when using Handles API
- The RGBA color values are inconsistent when comparing two identical colors set in the Inspector
Resolution Note (fix version 6000.0.29f1):
STP relies on TAA to function properly, TAA is not supported for Camera stacking therefore STP cannot be supported either in this case sadly. Current changes doesn't modify this behavior but make sure that URP fallbacks properly by disabling STP and warning users when STP is not supported due to TAA lack of support.