Search Issue Tracker
By Design
Votes
0
Found in
2020.2.1f1
Issue ID
1305196
Regression
No
[Android][GI] Blocky artifacts in lightmap
In a very simple scene the baked lighting on a static cube is rendered smoothly on Desktop but has green splotches on Android. My best guess is that these blocky artifacts are due to GI from the ground region of the default skybox, but the result is not what I would expect.
Test configuration:
- Unity 2020.2.1f1 (2020.2/release 270dd8c3da1c)
- URP 10.2.2
- Build settings = Android
- XR or non-XR app on Quest; or Play mode on Mac
- Bug also occurs on Unity 2021.2 (trunk da76c15a8bcc) + URP 11.0.0
The repro scene:
- Default skybox.
- Pure white realtime directional light, intensity = 0.3.
- A static cube, and a static plane.
- No light probes, no reflection probes.
- Project settings > Quality > Ultra
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
- Visible instance buffer returns 0 for every instance when using BatchDrawCommandIndirect on Adreno devices with Vulkan API
- [Android][Vulkan] Native crash in AndroidVulkanVideo::ProcessFrame and AndroidVulkanVideo::Context::~Context() when switching screens
- Screen brightness is not set to a default value when Screen.brightness is set to a negative value
- macOS app window title is not localized when built from generated Xcode project
- Unity Hub doesn't preserve the changed Channel when manually restarting the Hub
Resolution Note (2020.2.X):
By design: Android uses lossy lower quality texture compression. To increase the lightmaps quality, select the lightmap texture and override format into desired quality, note that some formats might not be supported by all Android devices.