Announcements
The Scaleform forum is now read-only. Please head to the Gamedev site for product support.

Loading images from persitent path on Android

Loading images from persitent path on Android

Anonymous
Not applicable
438 Views
1 Reply
Message 1 of 2

Loading images from persitent path on Android

Anonymous
Not applicable

I've found old issues stating it's was not possible to load images on android if they are not in the apk, in the steamingassets folder.

I'd need to load images loaded by unity , which stores them into persistentdata folder.

Is this working with the latest build of the plugin? 

 

Reply
Reply
0 Likes
439 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
I had a similar problem. I wasn't able to test the latest version to see if the non-apk loading is fixed yet (I will do later in the week, and will let you know if I have any luck), but I ended up using a workaround. I'm now storing the images in the obb and copying them to the temporary cache on launch (ie. from Application.streamingAssetsPath to Application.temporaryCachePath). Scaleform seems to be able to load files form the temporary folder.

Not sure if that's of any use to you, but thought I'd share anyway.
Reply
Reply
0 Likes