#Want to copy the entire screen and use it as a sprite background

1 messages · Page 1 of 1 (latest)

unborn token
#

I need to make a temp copy of the screen ( UI and all ) and set it as a sprite background. This is because I want to overlay sprite effects on it. I've tried ScreenCapture.CaptureScreenshotAsTexture() but that seems to capture only a part of the screen for some reason.

icy prawn
#

what are you trying to achieve exactly? why do you need a screenshot of all things?

glass axle
#

If you can explain the effect there is most likely a better way to do this or a pre existing solution

unborn token
#

I need to display sprite effects over the UI and so the best way I think is to take a screenshot of the UI and make it a sprite so I can display effect over it.

glass axle
#

no thats a terrible idea

#

you should use a world space ugui canvas or a second camera to show some sprites after the UI is drawn.

unborn token
#

I forgot about the second camera option.

#

OK yeah i'll look into that