Search Issue Tracker
Third Party Issue
Votes
0
Found in
6000.1.0b7
6000.2.0a4
6000.3.0a1
6000.4.0a1
Issue ID
UUM-97624
Regression
No
[Ubuntu] Built Player with Deferred render path renders in solid black and throws Total color attachment bytes per sample exceeds maximum error
Steps to reproduce:
- Open the attached project
- Switch to Web Build Profile
- Build and Run the Player
- Observe the built Player as well as developer tools console
Actual results: The player is rendered in solid black and a validation error is thrown
Expected results: Player build renders as in Editor and doesn't throw validation issues
Reproducible with versions: 6000.1.0a4, 6000.1.0b7, 6000.2.0a4
Can’t test with versions: 2022.3.58f1, 6000.0.38f1 (Web GPU not available), 6000.1.0a2, 6000.1.0a3 (Build process fails)
Reproducible on OS: Ubuntu 24.04
Not reproducible on OS: macOS 15.3, Windows 11
Browsers used: GoogleChrome 131.0.6778.204 (Official Build) (64-bit), FireFox 127.0.2 (64-bit)
Notes:
- Does not reproduce when Forward/Forward+ render paths are used
- Does reproduce with Deferred/Deferred+
- The project is using URP's Mobile Renderer
Full error:
- Validation: Total color attachment bytes per sample (37) exceeds maximum (32) with formats ([ TextureFormat::RGBA8UnormSrgb TextureFormat::RGBA8Unorm TextureFormat::RGBA16Float TextureFormat::RG11B10Ufloat TextureFormat::R32Float TextureFormat::R8Unorm ]). - While validating color attachment bytes per sample. - While encoding [CommandEncoder (unlabeled)].BeginRenderPass([null]). - While finishing [CommandEncoder (unlabeled)].
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
Chrome and Firefox have incomplete experimental implementations of WebGPU currently. The error reported is that the limits for multiple render targets are inadequate in that environment for what Deferred requires. Browser WebGPU support for Linux continues to be worked on by Google and Mozilla, but there is no current estimate for when it will be fully supported.