Why Can't I see the environment lighting?

Hello,

A very trivial question I’m sure :slight_smile:
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:

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

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

Thanks a lot!
Arnaud.

at the bottom, is the bake automatically enabled? (even if all the baking options are disabled)

what material shader the model has?

1 Like

It was not enabled, no. Enabling it solved it indeed! :slight_smile:
The model has default material, standard shader.