Hello friends I am using white background as page or working space and using Graphics.DrawTexture for to draw the texture on the screen but want to add this new drawn texture to the previous White background texture… Is it possible???
Please help… ![]()
1 Answer
1I assume you are having difficulity but you don’t tell us what is not working. If by add you mean you mean place over the top of the white background then yes it will work. Follow the DrawTexture() sample code for where and how to call it. If you want transparency make sure the material you pass (if any) supports transparency, and that you have imported the texture with setting that support transparency. The default material (the one you get if you specify a material in the DrawTexture() call) does support transparency.
@ganesh.mune Can you paste the code please, so that we can tell you. You must have a public variable of type texture2D ..
– moghes