blog.christianhenschel.com
Render screen to texture in Unity (without Pro)
If you own a Unity Pro license you are able to draw the screen content to a texture by using a RenderTexture. An alternativ way for Unity Free users is the usage of Texture2D.ReadPixels. It can be …