Hi,
I’m facing a problem with loading a png file on native side of the app.
The game I have has a Lens App built in to it. The Lens app should be using an image generated during a gameplay and saved out in Unity3d to persistent data path. The problem I’m facing is that I now need to load up the saved out png to an Image object in xaml. The problem is that I can’t find a way to open the file.
My question is where persistent data path saves the image and how I can open the file in native wp8?