Search Unity

Enable GPU Instancing turning Sprites darker

Discussion in '2D' started by grkmori, Oct 9, 2019.

  1. grkmori

    grkmori

    Joined:
    Mar 21, 2019
    Posts:
    1
    Following Code Monkey's tutorials on ECS and Job System...

    I am having a problem that all my sprites are getting darker when checking "Enable GPU Instancing". Code Monkey on his YouTube channel talks about it, and his solution is to select the material shader as: "Legacy Shaders > Transparent > Diffuse".

    The problem is that not even this option is working now. It worked for the first 3-4 scenes, but now all sprites are also getting darker.

    Is there any final solution to this?

     
  2. novcraft

    novcraft

    Joined:
    May 25, 2016
    Posts:
    5
    I managed to fix this by adding directional light into the scene