EXC_Bad_Access Thread CreateMaterial ()
Hi. My Game is Crashing on IOS even before splash screen. It is working fine on Android devices. And On Unity Editor too. I couldn't figure out the reason. Attached is the screenshot.
@chen94 Please checkout the answer I have posted below. For reference I will quote it again here.
I had some texture with extension .dds in my game. which were not supported for Iphone. After checking Unity Editor Console I got this error. Replacing these textures with Png format solved the Issue.
Answer by Nomibuilder · Aug 25, 2016 at 06:55 AM
Ok. I have got it. I had some texture with extension .dds in my game. which were not supported for Iphone. After checking Unity Editor Console I got this error. Replacing these textures with Png format solved the Issue.