Skip to content

The ability to read files in Android StreamingAssets #96

@sableangle

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.

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