Search found 8 matches

by pixelpup
Thu Oct 25, 2018 6:52 pm
Forum: General Discussion
Topic: Unlit Shader is Semi Transparent, Render order?
Replies: 14
Views: 18425

Re: Unlit Shader is Semi Transparent, Render order?

This works brilliantly for the layer stacking. I never thought to try just going in the alpha input separately on the lerp for whatever reason, thanks! I am trying to determine the best way to try to control the mask fading out. Right now it pretty much *just works but I am imagining at some point I ...
by pixelpup
Wed Oct 24, 2018 4:19 pm
Forum: General Discussion
Topic: Unlit Shader is Semi Transparent, Render order?
Replies: 14
Views: 18425

Re: Unlit Shader is Semi Transparent, Render order?

I'll take a look then, I feel like the over-saturated nature of it stays with it because of the multiply function, but I'll try it out. Sorry I didn't realize this went on to page 2.
Thanks for the help.
by pixelpup
Mon Oct 22, 2018 6:55 pm
Forum: General Discussion
Topic: Unlit Shader is Semi Transparent, Render order?
Replies: 14
Views: 18425

Re: Unlit Shader is Semi Transparent, Render order?

No, as you can probably see in the picture you posted, the multiply function shifts the color. It looks way more saturated than it should. I feel like the function of stacking 2 textures one with alpha just doesn't really exist the way I am hoping...
by pixelpup
Thu Oct 18, 2018 1:19 am
Forum: General Discussion
Topic: Unlit Shader is Semi Transparent, Render order?
Replies: 14
Views: 18425

Re: Unlit Shader is Semi Transparent, Render order?

So it seems you tried to go a similar route to the way I did originally, but this is not really layering the cut out over the texture, it is blending it together. Attached is side by side the sphere with the Moire shader and on the right are 2 spheres. One slightly larger than the other that has the ...
by pixelpup
Tue Oct 16, 2018 11:13 pm
Forum: General Discussion
Topic: Unlit Shader is Semi Transparent, Render order?
Replies: 14
Views: 18425

Re: Unlit Shader is Semi Transparent, Render order?

I also observed that the Unity unlit shader seemed to give the same result which was also puzzling, but being a forward path shader makes sense. I was attempting to re-create the look of an LED wall in a live event. I use AVPro Video to play back video files and after many iterations of this, using ...
by pixelpup
Mon Oct 15, 2018 5:01 pm
Forum: General Discussion
Topic: Unlit Shader is Semi Transparent, Render order?
Replies: 14
Views: 18425

Re: Unlit Shader is Semi Transparent, Render order?

Email sent with image example.
Working on part 1 now. Need to figure out fade to transparent, not black. I will try different ideas today..
by pixelpup
Sun Oct 14, 2018 6:24 pm
Forum: General Discussion
Topic: Unlit Shader is Semi Transparent, Render order?
Replies: 14
Views: 18425

Re: Unlit Shader is Semi Transparent, Render order?

OK, I figured out part of the problem. In my shader graph I was breaking apart the channels and somewhere in there I ended up with just an RGB output and no alpha channel. While this is not normally a problem, if you are using screen space reflections, it is. It seems as though the alpha channel ...
by pixelpup
Sun Oct 14, 2018 5:29 pm
Forum: General Discussion
Topic: Unlit Shader is Semi Transparent, Render order?
Replies: 14
Views: 18425

Unlit Shader is Semi Transparent, Render order?

Greetings Amplify team,
Loving the product so far. I am hoping to maybe get some clarification about something I am seeing. I was trying to create a shader to emulate the look of an LED wall where as you move around the wall would give a moire effect. I was able to get this to work with a ...