Render to texture is rough

I’m playing with render camera to texture. I found [this tutorial][1] on forum and make completely the same effect. But render to texture is pretty rough. How can I tweak that?

http://puu.sh/hDloO/f20a2442b7.jpg

1 Like

Hi!

You need open TextureRenderTarget and change resolution.

Before

After

Thank you very much!

Thank you !)