- Home /
ingame transparency
hi there, i am new to unity so i still have basic questions .. ^^
if i create a texture with black areas, they can apear transparent on an object.
my question, how can i create ingame black / transparent areas
thank you !
You've posted this question twice. Can you delete this one?
Answer by JayMHelpsU · Apr 11, 2012 at 03:00 PM
Well you can use programs like Paint.NET to create transparent areas. Once thats done you save it as a .PNG and import it to your game. Hope this helped! :)
Answer by erwin · Apr 16, 2012 at 06:24 PM
to create ingame transparency, first i created an object with a transparent cutout shader after that, i get the texture form the object ( converted it to texture2d) an set my desired part (ingame) to Color.clear
in fact really easy if you know how ..