Search Unity

Question Why Can't I see the environment lighting?

Discussion in 'General Graphics' started by acandael, Oct 6, 2022.

  1. acandael

    acandael

    Joined:
    Apr 7, 2021
    Posts:
    74
    Hello,

    A very trivial question I'm sure :)
    I'm using Unity's builtin render pipeline, and I have a model that is non-static. I turned off all lights, but I do have a Skybox. My model appears completely black:
    upload_2022-10-6_9-39-50.png

    Shouldn't I be able to see the ambient light on my model? If not, how can I turn ambient light on?

    upload_2022-10-6_9-41-16.png

    Thanks a lot!
    Arnaud.
     
  2. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,448
    at the bottom, is the bake automatically enabled? (even if all the baking options are disabled)

    what material shader the model has?
     
    acandael likes this.
  3. acandael

    acandael

    Joined:
    Apr 7, 2021
    Posts:
    74
    It was not enabled, no. Enabling it solved it indeed! :)
    The model has default material, standard shader.