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
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
Resolution Note:
Project issue. UnityWebRequest should be used in conjunction with streamingPath or persistentDataPath.