Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2017.3.X, 2018.1.X
Votes
0
Found in
2017.3.0p2
2017.3.0a3
Issue ID
1001438
Regression
Yes
[UnityWebRequest][iOS] UnityWebRequest.GetAssetBundle sometimes never finishes on iOS with bad network connection
To reproduce:
1. Open user's attached project
2. On the device go to Settings -> Developer -> enable Status Network Link Conditioner and select «Edge»
3. Build and run the project on the device
4. Press download button
5. Notice that download doesn't start and never ends
-- There is a timeout set in the script to 5 but with Edge network emulation this is skipped.
Expected result: Timeout error should be returned.
Actual result: Application attempts to download Asset Bundle and never ends
Reproduced with: Unity 2017.3.0p4, 2018.1.0b7, 2018.2.0a1
No repro: 2017.2.1p4, 2017.3.0a2
Device: iPhone 7+ iOS 11.2.5, iPhone SE iOS 9.3
Fixed in: Unity 2018.2.0a3
Backported to: 2018.1.0b11, 2017.4.1f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on GUIState::BeginOnGUI when a Node is opened in a custom graph editor in Play Mode
- USS selector is duplicated when it is added to an element, the action is undone, and then another selector is clicked
- Text and dropdown icon are not aligned in UI Toolkit Samples
- [RenderGraph] SSAO pass in URP RenderGraph uses DontCare flag after changing the Render Scale resulting in a black screen or artifacts
- Player with IL2CPP Scripting Backend crashes when calling Application.Quit() while a thread is running
Add comment