Search Issue Tracker
Fixed in 2021.3.36f1
Fixed in 2021.3.X, 2022.3.X, 2023.1.X, 2023.2.X, 2023.3.X
Votes
3
Found in
2021.3.31f1
2022.3.10f1
2023.1.15f1
Issue ID
UUM-52949
Regression
No
MSAA-specific visual artifacts with using Forward (+) rendering and transparent materials
Steps to reproduce:
1. Unzip the attached user's project "MSAA Bug.zip"
2. Open "SampleScene.unity" and Enter Play Mode
3. Observe white pixels surrounding a mesh with transparent material when the particle system is playing
4. Navigate to "Assets/Settings/URP-HighFidelity-Renderer.asset" and change the Rendering Path to Deferred
5. Enter Play Mode and observe no white pixel artifacts
Expected results: white pixels do not surround a mesh with transparent material when the particle system is playing when Forward or Forward+ Rendering Path is used
Actual results: white pixels surround a mesh with transparent material when the particle system is playing when Forward or Forward+ Rendering Path is used
Reproducible with: URP 12.1.12 (2021.3.31f1), URP 14.0.9 (2022.3.10f1), URP 15.0.6 (2023.1.15f1)
Could not test on 2023.3.0a8 and 2023.2.0b13 due to the particle system and materials no longer rendering
Reproducible on: Windows 11, Windows 10
Not reproducible on: No other environment tested
Notes:
-Issue reproduces in Windows Standalone Build
-Workarounds are: Disabling MSAA, using another anti-aliasing technique, changing the rendering path from Forward+ to Deferred, avoid using materials with Additive Blending Mode
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
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
Resolution Note (fix version 2023.3):
Cameras are now clearing colors when MSAA is enabled such that alpha to coverage doesn't reuse the color pixels from the last frame when using alpha clipping.