Cloud build scene is much darker than Unity build

Hello!

I compare two builds Cloud and within Unity. The scene looks darker in Could build. Both for IOS and Android. What may have caused the difference? Screenshots in the attachment. Thanks for any suggestions.


Hi @Alex_Bo - a couple things you can check for:

  • Are you using the same version of Unity in Cloud Build as you are locally? If your project is set to ‘5.x latest’ in Cloud Build it might end up out of sync
  • Make sure that you’ve turned off continuous baking in your scenes (its a per-scene setting), and manually bake (and commit) your light maps. Cloud Build does not support building light maps yet.

The problem is also described in our knowledgebase: https://support.unity3d.com/hc/en-us/articles/205946216

Let me know if this helps- thanks!

Hey @hypeNate

The Unity versions were the same. I did use auto baking for lightmaps. After I manually built it everything is fine. Thank you for you suggestions, it was helpful.

Hey guys!
Any estimate on when Cloud Build will be able to build light maps on its own?
Thanks!