How to store files in app before making apk

Hi,
I need to save and load some files inside my app, and there’s no problem doing that while I’m working through Unity, but when I create the apk, all the files saved are gone.

Is it possible to build the apk with already the files saved while in Unity (like some predefined saves that the user can choose)?

Thanks in advance and have a nice day!

Yes, you can do that using the StreamingAssets folder.

1 Like

Thank you, it was exactly what I needed :slight_smile: