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 .
- save screenshot in unity using texture2d.readpixels()
- then texture2d.encodetopng() , save file in local storage
- create event implemented on native side (visual studio) , invoke in unity
- build unity project generate visual studio project , implement event there - access stored png file , share it.
source: unity interaction windows phone
Comments
Post a Comment