Search Issue Tracker
Not Reproducible
Votes
10
Found in
5.5.0f3
Issue ID
858167
Regression
No
Crash in ::ProduceObjectInternal() when getting asset bundle via UnityWebRequest on iOS
Steps to reproduce:
1. Open the project
2. Build to iOS
3. Open the app on iPhone (make sure there's a working internet connection)
4. Press "Download" button
5. Observe the crash
Reproduced with: 5.4.3p3, 5.5.0f3, 5.6.0a6
Reproduced on devices: iPhone 6+ iOS 10.0, iPhone6+ iOS 8.0
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
- [Android] [Vulkan] Cubes stuck on the first few frames of rotation and application flickering when an Overlay Camera is added to the Camera Stack with MSAA enabled
- Profiling information icon does not update for Light Mode
- [Linux] Type to select functionality is missing for drop down menus
- TextMeshPro calculates Width Compression incorrectly when using certain values in the WD% field
- VFX Graph link contrasts fail WCAG guidelines
DiZhang
Jan 17, 2018 12:35
This is happening to me too. Let's reopen it !!!!!!
AmazingRuss
Nov 19, 2017 22:13
This is happening to me. How do we reopen this?
cschell
May 18, 2017 07:02
The crash is still reproducible in Unity 5.5.3p3 with XCode83 and XCode731. You can find a reproduction here:
https://forum.unity3d.com/threads/crash-when-loading-prefab-assets-from-asset-bundles-which-contain-an-animator-component.438091/
In my case, it is a blocker and I am not able to update to Unity 5.5.x. Please reopen the issue.
Thank you!
Lu-Kye
Apr 02, 2017 15:00
I also found this bug, but my issue is ParticleSystem in my AssetBundle. Did you find any solution?
jen_at_floyd
Feb 07, 2017 18:56
For me this also happens when using AssetBundle.LoadFromFile(), so it's not necessarily related to the web request. I have found that I can fix this issue by removing the Animator component from an asset in the asset bundle, so it seems to be a serialization issue related to the Animator component.