Search Unity

Full screen and bizarre texture issue

Discussion in 'Flash' started by tombali, Apr 18, 2013.

  1. tombali

    tombali

    Joined:
    Jun 7, 2012
    Posts:
    132
    Hi,

    I have AS code in my Unity project that enables user to switch to the full screen. It works great in every browser except Chrome (both on Win and Mac). For some reasons, when I go to the full screen in Chrome, most of the textures in the scene just turn to black, as you can see here. It's really bizzare, so if anyone has any suggestion how to solve this.

    Thank you!
     
  2. tombali

    tombali

    Joined:
    Jun 7, 2012
    Posts:
    132
    OK, after few hours of frustration, I've managed to find why textures go black while in full screen mode in Chrome...

    The moment of truth happened when i noticed that some textures didn't went black. Why? After some time, I realized that black ones have "transparent/diffuse" shader and other have "particles/alpha blended"... So when I changed shader for one of the objects on the scene, it was no more black in full screen in Chrome - it was normal :D