x


Parallax shadder not working with normal's alpha

I have placed the height map in the normal map's alpha channel.

However, when the texture is flagged as a normal map, the alpha channel is removed and the parallax no longer works correctly.

On the other hand if I set the normal map's texture type to 'texture' the texture gets it's alpha channel back and parallax shader now correctly uses it - but now the normal map does not work correctly and Unity keeps throwing up an error message wanting to 'fix' the texture.

The only way I have found to get both a normal map AND height map to display is to put the height map in it's own texture, but this is not ideal as then I have to load another 32bit texture with three unused channels.

Am I missing something, why won't normal maps keep their alpha channels?

more ▼

asked Feb 17 '12 at 10:00 PM

LiveWire gravatar image

LiveWire
46 3 4 6

(comments are locked)
10|3000 characters needed characters left

3 answers: sort voted first

This is probably because it's automatically selecting a compression type that doesn't allow alpha maps. When you just pick what type of texture it is and don't edit any other options, it configures everything for you. Manually change the compression type to a different one (either one that supports alpha, or one that says in the name ARGB and not just RGB).

Should work.

more ▼

answered Mar 21 '12 at 03:13 PM

Jason B gravatar image

Jason B
1.7k 29 32 44

(comments are locked)
10|3000 characters needed characters left

In the end I just used a separate 8bit texture. More files to manage, but it works.

more ▼

answered Mar 21 '12 at 07:59 PM

LiveWire gravatar image

LiveWire
46 3 4 6

(comments are locked)
10|3000 characters needed characters left

Same troubles. I trying to make custom parallax shader through Strumpy shader editor, but it's little difficult for me. can share result when it will done..

more ▼

answered Mar 21 '12 at 01:33 PM

feddark gravatar image

feddark
1

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x24
x21
x4

asked: Feb 17 '12 at 10:00 PM

Seen: 558 times

Last Updated: Mar 21 '12 at 07:59 PM