All Questions
Tagged with processing rendertexture
1 question
4
votes
1
answer
3k
views
I want to render a texture2d on to the screen in unity, how do I do this?
So I have modified a texture in C# by removing all of its white pixels, now I want to render it on the screen in unity so that later I can use it as a terrain where I can make my sprite walk. So far, ...