Search Unity

Reflections missing on build

Discussion in 'General Graphics' started by Mathias8888, Oct 3, 2018.

  1. Mathias8888

    Mathias8888

    Joined:
    Jan 23, 2017
    Posts:
    2
    Hi all!

    We're about to release our app for iOS and have had some issues recently when building the app. In the Unity editor our asset looks like this:
    Screenshot_1.jpg

    After building and running it on an iPhone X or iPad, it looks like this:
    Screenshot_2.jpg

    Essentially all assets with reflections turns dark and looses their reflections though the specular highlight remains the same. Our hypothesis is that the reflection / skybox / lightmap doesn't make it's way over when we make the build. Does anyone have any suggestions for us to try out or might know whats wrong?
     
  2. neoshaman

    neoshaman

    Joined:
    Feb 11, 2011
    Posts:
    6,493
    Probably that shader had fallback for lower hardware and you visualized the high end version on the editor.
     
  3. Mathias8888

    Mathias8888

    Joined:
    Jan 23, 2017
    Posts:
    2
    Thanks @neoshaman we'll check if that could be the issue :)