I am trying to render a texture on a quad with the size 1x1. My goal is that only the texture is getting rendered and the “bars” on the space not filled with the texture should be transparent.
It should look something like this:
Do i need to use a shader to achieve that or is a script which gets the texture-size and resizes the quad the better option?