Ok I know this question has come up many times but I have not seen a good answer yet, usually because of the lack of description in the question, my plan is to change that.
I’m trying to make simple bump mapping work but I can’t get anywhere. I have read the manual article here and I tried to replicate their steps, but it didn’t work. I’ve read the previous questions on here and still haven’t found an answer.
To start with, I made a new unity project and added a simple unity cube GameObject to the scene. Then I added a point light so that you could see any bump mapping on the surface of the cube.
In my favorite graphics program I made this simple bumpmap and saved it as a png:
Then, in Unity I imported the image as a new asset. I made sure to set it to a Normal Map in the inspector:
I created a new Material and set it to Bumped Diffuse. The Base texture was just a skin texture I had lying around:
Finally I applied that material to the Cube object:
Here’s what it looks like in the Game:
I’ve tried using a cube model that I exported from maya with proper uv coordinates. I’ve tried using a cube from blender. I’ve also tried using different bump maps and I can’t get anything to work at all.
I believe I’ve done everything right and yet I cannot see a bump map on anything. I know that a lot of people think this is simple but it seems like I’m not the only one struggling here. Is there something simple we’re missing?
Can someone with some patience please shed some light here?
Thanks!