- Home /
Question by
Jianjiao · Sep 16, 2015 at 03:16 AM ·
crashcontrollerunity 4.6meshcollidermeshfilter
The game crash when use MeshCollider, build target: ios6.1.3
the same project runs well above ios 7.0. but always crash in ios 6.1.3. the crash tips is: dyld`dyld_fatal_error: -> 0x2fe780c4 <+0>: trap
0x2fe780c8 <+4>: nop
.Finally i found the game can runs well after i remove MeshCollider in ios6.1.3. I want to know how it cause my game crash, and how can i delt with it. thanks for help.
Comment