Artifacts when buildg for android

Hi
My problem is that everything goes perfect until I try to build for Android. All The lightmaps get corrupted at the end of the process. Purple artifacts appear apart from losing all the smoothness as you can see. Other things fail too like the specular bloom or the proper functioning of materials. The more I go on, the more errors appear. And there is no way to fix it. Just create a new proyect and bring the assets without lightmaps.

I have tried with Unity 2017.4.1f1 and Unity 2018.1.1f1, and Android Studio 173.4697961and Android Studio 173.4720617. But nothing changes.

I have Windows 10 updated.

It doesn’t happen when bilding for pc.

Any idea?

Thanks in advance

,

Try changing default quality settings for Android platform. Go to Edit > Project Settings > Quality. A new menu will pop up in the inspector.
121157-quality-settings.png

Change quality settings for Android and look at how it affects your build.

Edit:

The artifacts you’re talking about are those lines patterns in gradiented light dispersion?

Well, you’re dealing with a thing called Color Banding. That’s a very popular artifact in computer graphics. The thing that can help you with this is called Dithering. It would require writing a custom shader, though.

There was a conference on GDC 2016, where developers of the game INSIDE shared their way of dealing with this. Here’s a video (17:00).

Well, @TheKnightsofUnity , I have tried several qualities and the result is always the same. Even more, the artifact pattern is always the same.
I have also tried different minimum requirements of android version.
Keeps doing exactly the same thing. It happens while the objects disappear while compiling. When they reappear, the artifacts are there.

And I haven’t found a single reference to this on the internet. Just when creating the lightmaps you don’t use enough resolution. But this is not the case. When artifacts appear they will never go away no matter how many changes I make. And they are not the only error.