[ad_1]
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It only takes a minute to sign up.
Anybody can ask a question
Anybody can answer
The best answers are voted up and rise to the top
Asked
Viewed
9 times
I created an alpha mask to apply a color palette. I just want to change the color of the specific alpha value. How can I do that? (script or shader graph, it doesn’t matter)
Unity version: Unity 2022.3 LTS
Alpha Mask:
- Outline: RGBA(0, 0, 0, 255)
- Color A: RGBA(0, 0, 0, 1)
- Color B: RGBA(0, 0, 0, 2)
- Color C: RGBA(0, 0, 0, 3)
- Color D: RGBA(0, 0, 0, 4)
Example:
\$\endgroup\$
You must log in to answer this question.
lang-cs
[ad_2]