Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0f1
Issue ID
1114309
Regression
No
[Android] UnityWebRequest.Get fails with split binary when asset is located inside apk
Steps to reproduce:
1. Open attached project
2. Build the application and adb install only the built .apk file
3. Observe that "Hello, world!" is displayed on screen
4. Now Build And Run the application - this also installs the .obb file
5. Observe that it now shows 404 error (returned from UnityWebRequest.Get).
Expected result: the attached project should succeed in both cases (with and without the obb installed).
Reproduced in: 2019.1.0a13, 2018.3.0f1, 2017.4.18f1
Tested devices:
VLNQA00003, Razer Razer Phone (Phone), Android 7.1.1, CPU: Snapdragon 835 MSM8998, GPU: Adreno (TM) 540
VLNQA00138, Huawei P20 Pro (CLT-L29), Android 8.1.0, CPU: HiSilicon Kirin 970, GPU: Mali-G72
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Baked Lightmap ”View” button text is aligned incorrectly
- Lightmap Asset icon changes colours after Baked Lightmap Viewer window is opened
- VideoClipImporter preset not applied when applying Preset Selector on already imported video clips
- Frame Debugger gets disabled when any Editor window is maximised and minimised
- TextMeshPro InputField view is not updated when OnEndEdit is triggered
Resolution Note:
Project issue. UnityWebRequest should be used in conjunction with streamingPath or persistentDataPath.