Hello everyone
I know that using unlit shaders have a positive performance impact over using lit shaders, even using really simple ones like Lambert .
But Can I have a scene with both unlit and lit elements? for example using unlit shaders for the environment objects and using a lit shader for the character? or having just a light on the scene kills the performance benefit of using only unlit shading?
Thanks!