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
- Physics 2D Manager documentation page is missing
- [URP] The number of Shader variants increases from 96 to 186624 when the Strip Unused Variants is set to 0
- Duplicate External Textures start appearing when a Texture created with "CreateExternalTexture" is modified causing Memory Usage spikes on VisionOS
- Silent crash when using a "Blend Shape" in a "Skinned Mesh Renderer" to move vertices to Vector3.positiveInfinity, and "Occlusion Culling" is baked
- Some Prefab Source and Override content bounds are misaligned
Resolution Note:
Project issue. UnityWebRequest should be used in conjunction with streamingPath or persistentDataPath.