Page 1 of 1

UI Shaders

PostPosted: Sat May 05, 2018 5:18 pm
by Giantswing
Hi! I'm using UI template, how can I "clip" pixels so that they're invisble?

Re: UI Shaders

PostPosted: Mon May 07, 2018 10:48 am
by Amplify_Borba
Hello, thank you for getting in touch!

You may use an alpha mask in order to hide a specific part of the UI, please refer to the example I've setup through our SimpleUI shader sample below:

Image

I've made use of an additional Texture Sample with a simple mask, which I then multiply to the final result of the node setup.

Please let me know if this helps you achieve the intended effect, thanks!