Bump/Normal mapping not working on my project

I’m having a weird problem with my project, for some reason bump maps and the normal maps are just not working at all, I load them but there is no aparent change in the model.

and it is something to do with my project because creating a new project loading the model and the normal maps works perfectly.

is it my project that bugged out or is there some sort of setting that can be set? I’m not very experienced with unity.

Make sure you have at least one light in the scene that is affecting the objects in question, or bump mapping won’t show up.

there is, actually at one point I created a spotlight and directed it at the model and it still didn’t worked, really weird.

Make sure the light is set to pixel and that pixel lights are enabled in quality settings.

thanks man, that did it, the lights were all in auto.

you should leave the lights in auto and instead use the correct quality settings because otherwise you will punish all users with lower end hardware if you create a standalone game.