Search Issue Tracker
By Design
Votes
0
Found in
2023.2.0a9
Issue ID
UUM-45692
Regression
Yes
[URP] Visual Artifacts in the Scene View
Steps to reproduce:
1. Open the attached project
2. Move around in the Assets/Scenes/SampleScene.unity scene
Actual result: weird lens flare effect and dark "cloudy" artifacts are visible
Expected result: rendering is clear
Note: enabling Lens Flares in the URP settings fixes this issue because it overrides the Default Volume Profile which has Screen Space Lens Flares enabled by default.
Reproducible with: 2023.2.0a9 (URP 16.0.1), 2023.2.0b4 (URP 16.0.3)
Not reproducible with: 2023.2.0a8 (URP 16.0.0)
Tested on Ubuntu 22.04 and MacOS
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
- Adaptive Performance documentation link leads to outdated package documentation when the documentation hyperlink is pressed in the Project Settings window
- After converting a Built-in project to URP render texture related errors are spammed that can lead to Game view being rendered on top of Scene view
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
Resolution Note:
DefaultVolumeProfile.asset contains ScreenSpaceLensFlare component with intensity=0.5. This means that in 2023.0.a9+ (which supports URP DefaultVolumeProfile), the effect will be visible. If you open the project with older versions of Unity, it will not be visible.