Hi everyone,
I would like to know how do i take a picture of the stuff rendered on my phone screen.
I tried pressing the camera key, I guess some code needs to be added.
Thanks in advance
Pezz
In Unity you can use Application.Capturescreenshot function to do this.
http://answers.unity3d.com/questions/59944/accessing-the-iphone-or-android-camera-for-screens.html
should be the right solution for you.
Are you sure you want to delete this message?
Are you sure you want to delete this conversation?
To reset your password please enter the email address associated with your account. An email will be sent to you with instructions on how to complete changing your password.
In Unity you can use Application.Capturescreenshot function to do this.
http://answers.unity3d.com/questions/59944/accessing-the-iphone-or-android-camera-for-screens.html
should be the right solution for you.