Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
0
Found in
6000.0.63f1
6000.2.14f1
6000.3.0f1
6000.4.0a5
6000.5.0a3
Issue ID
UUM-128596
Regression
No
Number of SRP renderpass subpasses is limited to 8
Steps to reproduce:
1. Open attached user's project "bug-renderpass-limit.zip"
2. Open the "SampleScene.unity" Scene and enter Play Mode
3. Select "Assets/CustomRenderPipeline.asset"
4. Modify the number of subpasses
Expected results: as the number of subpasses increases, the color of the cubes approaches closer to white
Actual results: increasing the number of subpasses to any number greater than 8 results in the error message "The render pass exceeds(9) the limit of allowed subpasses(8)." and rendering is corrupted
Reproducible with: 6000.0.63f1, 6000.2.14f1, 6000.3.0f1, 6000.4.0a5, 6000.5.0a3
Environment tested: Windows 11 24H2
Notes:
-Attached (6000.0.0b15-player-max-subpasses.patch) is a patch against Unity source that demonstrates a quick fix (increasing the limit from 8 to 16, and fixing an incorrect assert)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
Add comment