- Home /
How to write files to the streaming asset folder in Android at runtime
Hi, I'm looking for a way to write files downloaded within my Android app to the StreamingAssets folder. Unfortunately the plugin I'm using (Mobile Movie Texture) insists that content be in the Streaming Assets folder in order to use it, so the normal PersistantDataPath wont work. It works fine on a Windows build but not on the Android. I have seen plugins that write xml info to the streaming assets folder, is there a similar method for files? Anyone have any experience or advice with this?
Answer by Voxel-Busters · Aug 31, 2015 at 06:13 PM
Not possible as it will be the assets folder on Android which won't allow to write to.
Your answer
Follow this Question
Related Questions
EditorUtility.OpenFilePanel uses \ FileInfo.Name uses / 0 Answers
Android file path? 0 Answers
Does DirectoryInfo GetFiles work on Android ? 2 Answers
How to save a .txt file into a specified folder 1 Answer
How to Save PNG in android...? 1 Answer