I’ve recently started adding 3D assets into my largely 2D game, but I am hitting a wall in getting lighting to apply to them.
For example, I imported the following model from a Blender FBX, and replaced the Material with one in my library that has the URP/Lit shader & the diffuse texture. However, my model only appears to render the flat color & is not influenced by any lighting data. Changing the ambient light or adding Lights nearby do nothing, and I have Scene Lighting toggled on (you can see my 2D lights in the background of the screenshot).

I’m not really sure what I’m missing here to get this working. I’m looking for 3D assets to be lit in realtime. Doesn’t need to be able to cast shadows on surfaces necessarily, just want characters to not look like they have an unlit shader on them. I’ve tried a wide range of lit shaders provided with the URP & Unity and the results are always the same. Any help would be greatly appreciated!