Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2021.1.0a7
Issue ID
1294670
Regression
No
[Encoding/compression] Lightmap compression artifacts when Build Target = Android, Lightmap Encoding = Low
As shown in attached android-lm-artifacts.png, regular lightmaps (i.e. not directional) show compression artifacts when Build Target = Android, Lightmap Encoding = Low.
Tested on Unity 2021.1.0a7.
Steps to reproduce:
1) Make sure to have Android support installed.
2) Open attached project.
3) Open SampleScene.
4) Observe that there is no lightmap artifacts.
5) Select Android as build target.
6) Observe that there's now lightmap artifacts.
Expected: No or barely visible compression artifacts.
Actual: Clearly visible compression artifacts.
Note that the behavior is slightly different depending on whether Color Space = Gamma or Linear. If Color Space is Gamma then Unity chooses the ETC1 format. If Color Space is Linear then ETC2 is chosen. However, regardless of Color Space, the same artifacts still show up which is arguably somewhat surprising given how Unity says it the two cases use different compression formats.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment