Search Issue Tracker
Fixed in 5.3.2
Votes
0
Found in
5.3.0f4
Issue ID
754382
Regression
Yes
[iOS] App freezes if WWW is loaded with 403 url and WWW.Dispose() is called
1. Open attached project
2. Press "Send request" twice
3. App will freeze
Regression from 5.2.3f1
Comments (2)
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
- "ArgumentOutOfRangeException" errors are thrown every time a keyboard key is pressed when renaming a component in UI Builder with a symbol and changing the name after label attribute warning
- Values in "Rect Transform" component are only partially updated when changing values in Prefab Mode
- Same Asset Type Focused Inspectors do not repaint when menus are manipulated
- Bool or Trigger Parameters can be selected via right clicking to the right of a Parameter control in the Animator Window
- Warnings thrown when computing Positions in a 2D BlendTree are not helpful to the user
SioHio
Jul 20, 2016 12:45
This still happens on Android in Unity 5.3.4f1
so if www.Dispose() is called the complete app freezes for about a minute
David.DNA Studios
Jan 04, 2016 15:11
I have the same behaviour with a simple Dispose on any URL on iOS device.
For exemple, the user starts a download of a .zip file and presses the "cancel" button wich properly cancels the WWW request using Dispose method. At this point, the app freezes. Same thing for a custom timeout on requests.
Can you confirm it is also fixed in version 5.3.2?