Hello, I am trying create an environment where players can hide in the shadows.
Basically I want everything to be black unless a light is shining on it.
I've created a map without any ambient or sunlight
I've also created models without emissive or specular lighting
when I load a model I set it as unlit.
while everything looks darker than normal, I can still see all the model entities as if lit from above by some hidden light.
I found a partial solution: if I turn off diffuse lighting for the models, they show as completely black.
however, they are always black even if a dynamic light is shining close to them.
any ideas?