So how can I save current screen to image/sprite so I can apply it ghosted over the main camera for flashbang effect?
I'm currently using get image, which does the job correctly, but getting 1920x1080 image is slow and game freezes for 1-2 secs when I call get image for the whole screen.
I also tried set camera to image, but it keeps updating the sprite with the main camera so I won't get much ghosting effect.
I pretty much ran out of ideas, there must be a way to save my rendered image so I could use it later...
I also tried save image and load image, but it takes even more time.
The image doesn't really have to be 1920x1080, it could be half or 1/4 of that size, but I can't even figure out how to resize it to achieve faster resoults.
This effect I'm after, this is with get image which would do well if there wasn't be any delay.
http://i160.photobucket.com/albums/t187/TuPP3/Sniper2011-03-2013-44-21-58.png?t=1300626009
(obviously that grenade is way misplaced there, it is just placeholder)