Skip to content

The ability to read files in Android StreamingAssets #96

Description

@sableangle

On Android platform, streamingAssets is place inside APK file.
Like this: "jar:file://" + Application.dataPath + "!/assets".

The recommend way to load those assets by Unity is to use UnityWebRequest to send a request to download a file.

I try to replace the UnityWebRequest directly by using the Best/Https's HTTPRequest, but seems HTTPRequest is not support the scheme "jar:file://" and return errors.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions