I need to place some cut-out posters in my game, you know, the kind you find in the video rental looking kinda like this:
Thing is I don’t want the poster to be “squared”, but be cut around the edges of the guy. I have an image file with alpha channels so that part is pretty much ok, but I have no idea to implement this in Unity. I have a plane and I place the image as Texture2D.
Some shader maybe? I keep getting a white square around the whole thing.
[/img]