Search Issue Tracker
Fixed in 7000.0.0a1
Fixed in 6000.0.7f1
Votes
1
Found in
2023.3.0a18
6000.0.0b11
Issue ID
UUM-66581
Regression
Yes
[URP][RG][NRP][Metal] Console warnings are generated when using RenderGraph unsafePass
How to reproduce:
1. Download and open the attached project
2. Enter Play mode
3. Hover over the black sphere
4. Observe the console window
Expected outcome: No errors appear in the console window
Actual outcome: "Attempt to load AA-ed RT contents after it was resolved without storing.
Either RenderBufferStoreAction.Resolve was used when RenderBufferStoreAction.StoreAndResolve should be used instead, or RenderBufferStoreAction.StoreAndResolve is not supported at all (for example on very old GPU/iOS).
If you wish to support older devices, it is advised to disable MSAA on them (they are too slow for this anyway).
For further information search MTLStoreActionStoreAndMultisampleResolve and 'Combined MSAA store and resolve action'." errors appear in the console
Reproducible with: 2023.3.0a18 (URP 17.0.1), 2023.3.0b10 (URP 17.0.1), 2024.1.0b11 (URP 17.0.2)
Not reproducible with: 2023.3.0a17 (URP 17.0.1)
Could not test with: 2021.3.36f1, 2022.3.22f1, 2023.3.0a13 (Console errors appear when opening the project)
Workaround: Enable "Compatibility" mode
Reproduced on: MacOS (Ventura 13.6.3)
Not reproducible on: Windows
Comments (1)
-
terovania_cschaal
May 19, 2024 14:04
Experiencing exactly the same issue, currently on 2022.3.20
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note (fix version 7000.0.0a1):
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-73154
Resolution Note (fix version 6000.0.7f1):
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-73154