Search Issue Tracker
Fixed in 5.3.4
Votes
0
Found in
5.3.1p1
Issue ID
762078
Regression
Yes
[iOS] Loading with WWW.LoadFromCacheOrDownload from StreamingAssets hangs when trying to load missing assets on iOS
Steps to reproduce:
1. Open attached project (StreamingAssetsDownloadBug_stripped.zip)
2. Build for iOS
3. Build the Xcode project and run on iOS device
4. Check Xcode debug log for debug messages
5. Notice loading works for "valid_bundle" ("starting" and "ended" messages) but once it tries to load "missing_bundle" the loading never reaches the ending part nor throws an error
Workaround: Checking whether the file exists before loading the bundle (File.Exists)
Note: Works in editor and on Android - error message is printed for the "missing_bundle".
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
- Switching between UI Documents with different Canvas sizes marks the UXML file as dirty
Add comment