Hi All,
I need to know how to take snap shot of the whole screen in unity3d iphone 1.7.
Is there a way to to do it.
i also need to save it in the device so it can be viewed photo.
kindly reply as fast as possible.
Thanks in advance ![]()
Abhishek
Hi All,
I need to know how to take snap shot of the whole screen in unity3d iphone 1.7.
Is there a way to to do it.
i also need to save it in the device so it can be viewed photo.
kindly reply as fast as possible.
Thanks in advance ![]()
Abhishek
is prime31’s ectera plugin an option?
i use the Prime 31 Etcetera plugin for screenshots.
Hi guys, i’m trying to use etcetera on my Augmented reality app, i need to take a picture of the actual unity3d view (camera+character in AR).
The problem is that the etcetera plug in takes a picture of the camera view but without any unity part (no buttons no ar etc).
Any help?
Thank you.
Ale.
Pressing the home and lock buttons together doesn’t do it?
Hi earl,
yes, it works but i need it to work on a GUI,
I’m using “EtceteraBinding.showMailComposerWithScreenshot( “”, “Game Screenshot”, “I like this game!”, false );”
it does a screenshot without the Augumented reality character but only the view from the iPhone camera.
It create a new email and its fantastic…but the screenshot its useless this way.
I have iOS basic= no render to texture functionality, can i use Etecera to take snapshot of current screen and convert it into 2D texture?
Thanks.
Its possible to do so reading the final gl pixels before rendering in the xcode part; I’ve tried to capture the iphone screen and making video of a game this way, but it’s way too slow… - but for single screenshots its okay