- Home /
 
Why is my texture black on Android?
Hey guys! I made this game in Unity3.0 and bulid on Android. But texture is black on my Galaxy Note. How do i fix this problem? Please answer me :(
 
                 
                screenshot-2019-02-11-13-11-09.png 
                (72.8 kB) 
               
 
              
               Comment
              
 
               
              Answer by umair94 · Feb 11, 2019 at 04:44 AM
hi, add directional light in your scene. Go to Hierarchy> right click or click On Create button in Hierarchy > Light > Directional light ...
Thank you for your advice! but there already are Directional light in my scene...
A thought comes to $$anonymous$$d: Are pixel lights enabled/supported at the quality level you're building at? 
 
 If the shaders in your scene are exclusively pixel-lighting-based while only vertex lights are being supported in the build, that could lead to the discrepancy you're seeing. 
Your answer