Start a new topic

Load assets from external storage Android

Load assets from external storage Android


Hi,

I'd like to load my assets from the external storage in my Android app, and not from the build in assets folder. The main reason is that the client will update the scenarios, adding new scenarios in a predefined folder located on sd card, which will be loaded at startup.

Please tell me how can i do this.

Thank you.

I've just found the answer myself: the path to the scene has to begin with "file:".

Thank you.
Login or Signup to post a comment