Search Unity

Light changes with camera

Discussion in 'General Graphics' started by Fireglow, Jan 20, 2020.

  1. Fireglow

    Fireglow

    Joined:
    Nov 12, 2019
    Posts:
    11
    Hi guys,

    My problem is that whenever I move the camera the lighting changes in the Game view like this:

    I've read that I should switch to a deferred camera rather than forward but my camera is orthographic and unity doesn't support both at the same time.
    Searching for other solutions I heard changing the shader could help but I work with the "Flat Kit: Cel / Toon Shading" for this project. Is there any other way to solve this?

    Thank you in advance!!
     
  2. Adam_Benko

    Adam_Benko

    Joined:
    Jun 16, 2018
    Posts:
    105
    I got the same problem. Have you found a solution yet ?
     
  3. carmofin

    carmofin

    Joined:
    May 13, 2017
    Posts:
    116
    Same problem...
     
  4. thornebrandt

    thornebrandt

    Joined:
    Mar 22, 2015
    Posts:
    15
    Same here. I have a transition in between orthographic and perspective and as soon as the orthographic completes, the lights no longer work.