How can we show a sprite using a mesh component that supports transparency?

I want to show png image using mesh. it showing by following steps, but behind the sprite that is a png with transparency, is black.
I created a game object and added a mesh to it. then set below buffer as vertices. and then set my png image as tex0.
now it showing but without support transparency and behind of it is black. how can I fix that?


softbody.buffer.zip (374 Bytes)

1 Like