unity3d - Sharing screenshot on windows phone in unity -


is there way share screenshot on unity windows phone using sharemediatask class in windows phone? dont want have app authentication want open share task .

  1. save screenshot in unity using texture2d.readpixels()
  2. then texture2d.encodetopng() , save file in local storage
  3. create event implemented on native side (visual studio) , invoke in unity
  4. build unity project generate visual studio project , implement event there - access stored png file , share it.

source: unity interaction windows phone


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -