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

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

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

asp.net mvc - breakpoint on javascript in CSHTML? -