Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.3.5p8
Issue ID
861329
Regression
No
[iOS] Loading models with Tangents set to Calculate Legacy from asset bundles crashes in s_SkinVertices4Bones_Tangents_NEON_loop
When loading fbx models that have Tangents set to 'Calculate Legacy' in Import Settings from asset bundles, iOS builds crash in s_SkinVertices4Bones_Tangents_NEON_loop on 32 bit builds.
Steps to reproduce:
1) Open the attached project.
2) Switch to iOS.
3) Go to Assets > Build AssetBundles.
4) Build for iOS.
5) Run on a device.
Animated models are instantiated and destroyed repeatedly on the screen. After several iterations, the app crashes in s_SkinVertices4Bones_Tangents_NEON_loop.
This does not occur when Tangents of the model 'unitychan.fbx' are set to other than 'Calculate Legacy' (needs rebuilding AssetBundles). Setting architecture to armv7 for IL2CPP or using Mono2x as the scripting backend resolves the issue as well.
Reproduced on:
5.6.0b1, 5.4.3p3, 5.3.7p2
Devices:
iPhone 7 iOS 10.2
iPhone 5S iOS 9.1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Add comment