Reputation: 71
I have dots sprite which I want to become any other color. Default color is white and it's showing perfectly:
But when i try to add color, sprite is just gone:
How I could solve it?
Upvotes: 0
Views: 417
Reputation: 346
Assuming you are using Latest Unity or Updated Shaders.
My Unity Version
Unity 2020.1.4f1
I had the same issue, the fix is simple.
In your GlowColor Node, you have set the value of your Color Alpha is set to Zero( In your default color box red you can see a small black color rectangular box that is your Alpha value which is set to zero) set the Alpha value as 255 and the black box, becomes white and then your preview should display the red dots as you require.
How to change the Alpha Value:
Upvotes: 1