How do I remove this black background from my retainer box?

Hey guys, I’m kind of new to materials and widgets but have put together something with a little help. I followed a forum post on how to make the top and bottom of your scroll box transparent when scrolling through in my case buttons.


This is the material in question

I’m wondering now, how do i get rid of this black box through the material graph?

I want to keep the transparancy effect you see at the top but want to get rid of the black background. Any help or ideas would be appreciated!

I struggled with that issue too, based on the same tutorial.

The solution is simply to follow instructions described in the tooltip of the effect material property of your retainerbox :

  1. Setup your effect material blendmode as AlphaComposite :
    image

This blendmode will get rid of the black bakground but require some additionnal consideration about the final color (see next step)

  1. Make sure to multiply the Texture parameter color AND alpha by the desired final alpha :
1 Like

Thank you so much! I spent ages on this!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.