How do I Use Normal Maps?
Manual     Reference     Scripting   
Unity Manual > FAQ > Graphics Questions > How do I Use Normal Maps?

How do I Use Normal Maps?

Normal maps are grayscale images that you use as a height map on your objects in order to give an appearance of raised or recessed surfaces. Assuming you have a model that looks like this:


The 3D Model

The Texture

We want to make the light parts of the object appear raised.

  1. Draw a grayscale height map of your texture in Photoshop. White is high, black is low. Something like this:
  2. Save the image next to your main texture.
  3. In Unity, select the image and select the 24 bit RGB format and enable Generate Normal Map in the Import Settings in the Inspector:


  1. In the Material Inspector of your model, select 'Bumped Diffuse' from the Shader drop-down:
  2. Drag your texture from the Project window to the 'Normalmap' texture slot:

Your object now has a normal map applied:

Hints

Page last updated: 2010-09-10