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
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
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?