Is it possible to take screenshot of whole content of ScrollView?

Is it possible to take screenshot of whole content of ScrollView?

Should be. You may have to fake it somewhat.

The basic process go a custom screenshot is as follows:

  • Put everything on a screenshot layer
  • Create a camera
  • Output the camera to a RenderTexture
  • Encode the RenderTexture to an appropriate image format

Hi @Kiwasi , thank you for the knowledge you share. My problem is that when I take the screenshot, the image that seen in the phone is only taken, What i want to do is to take the screenshot of the whole object/image inside the scrollView.

Have you got any luck?

As I also want to take the screenshot of the content gameObject nested in the ScrollView and the content is a lot which goes out of the screen