How do I Import Alpha Textures?
Manual     Reference     Scripting   
Unity Manual > FAQ > Graphics Questions > How do I Import Alpha Textures?

How do I Import Alpha Textures?

Unity uses straight alpha blending. Hence, you need to expand the color layers... The alpha channel in Unity will be read from the first alpha channel in the Photoshop file.

Setting Up

Before doing this, install these alpha utility photoshop actions: AlphaUtility.atn.zip

After installing, your Action Palette should contain a folder called AlphaUtility:

Getting Alpha Right

Let's assume you have your alpha texture on a transparent layer inside photoshop. Something like this:

  1. Duplicate the layer
  2. Select the lowest layer. This will be source for the dilation of the background.
  3. Select Layer->Matting->Defringe and apply with the default properties
  4. Run the "Dilate Many" action a couple of times. This will expand the background into a new layer.
  5. Select all the dilation layers and merge them with Command-E
  6. Create a solid color layer at the bottom of your image stack. This should match the general color of your document (in this case, greenish).

Now we need to copy the transparency into the alpha layer.

  1. Set the selection to be the contents of your main layer by Command-clicking on it in the Layer Palette.
  2. Switch to the channels palette.
  3. Create a new channel from the transparency.

Save your PSD file - you are now ready to go.

Page last updated: 2010-09-10