This is what the room looks like
I need to make it darker because there is almost no light in it. But I need to make the shadows outside not too dark
I’m using URP and Unity 2022.3.4f
This is what the room looks like
I’m using URP and Unity 2022.3.4f
It’s the ambient light. You can try to add a reflection probe and light probes to the scene so that the ambient light in the room matches the room and not the global one.
Check your ambient light settings. You might want to turn it down. However you can not have different ambient light settings for subsections of your scene. You need to work with lights or emissive properties of materials.
Keep in mind the game / engine doesn’t care about “interior” / “exterior” differences. A light is a light and shadow is shadow. A directional light would generally illuminate every surface, except when other objects might cast a shadow. Keep in mind that you can use layers to control your lights.