playMaker

Author Topic: action "Take Screen Shot" can I save image to iPad ?  (Read 2803 times)

mickman

  • Junior Playmaker
  • **
  • Posts: 62
action "Take Screen Shot" can I save image to iPad ?
« on: December 18, 2012, 07:59:52 AM »
Hi,

The Action TAKE SCREEN SHOT  can this be used to grab in game screen shots and save to iPad ?

I notice in the action description it state saves to "MyPictures"
 Is it possible to change the directory ?

 Mick
« Last Edit: December 18, 2012, 08:01:38 AM by mickman »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3998
  • Official Playmaker Support
    • LinkedIn
Re: action "Take Screen Shot" can I save image to iPad ?
« Reply #1 on: December 19, 2012, 10:42:55 AM »
I'll do some research, but I suspect you might need another action for iOS screenshots.

Not sure if this is helpful, but you can also manually take screenshots on your iPad:
http://ipadinsight.com/ipad-basics/ipad-basics-how-to-take-a-screenshot/


Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3998
  • Official Playmaker Support
    • LinkedIn
Re: action "Take Screen Shot" can I save image to iPad ?
« Reply #2 on: December 19, 2012, 10:48:56 AM »
If you feel like hacking the action, you could try changing screenshotPath to this:

http://docs.unity3d.com/Documentation/ScriptReference/Application-persistentDataPath.html

Or this:

http://docs.unity3d.com/Documentation/ScriptReference/Application-temporaryCachePath.html

If that works, I can make the save path an option in the action...

aarongodde

  • Playmaker Newbie
  • *
  • Posts: 3
Re: action "Take Screen Shot" can I save image to iPad ?
« Reply #3 on: March 11, 2013, 06:05:01 AM »
Alex... has any further work been done on an iOS version of 'Take Screenshot'?

I am also working on a game where I want to take a screen shot when pushing the photo button and then upload that same screen shot to Facebook with a caption.

I have the Prime31 Social Network plugin for the second half of the problem and am working my way through implementing that (it isn't quite as simple as PlayMaker unfortunately).