Hi. In my game I have a screen that shows renders of several items the play can choose. This screen works y renderering the object to a rendertexture and then displaying the rendertexture on the GUI though NGUI. I'm trying to use the new anti-aliasing on rendertextures that unity has added but enabling the anti-aliasing stops the image from appearing. Instead I get some random images like the memory hasn't been cleared or written to. Has anyone else seen this?
↧