Hello,
Recently I have got a problem with my 2d game project, and that confuses me a lot. The game is working fine on PC, but hangs on a splash screen when running on android (Nexus 5). Hangs forever, game actually is never started.
It took me a lot of time to determine why this is happen. I even recreate whole project step by step, constantly trying to run it on mobile phone.
I have discovered that when I'm adding second "Polygon Collider 2d" to the object (1 polygon collider per 1 object), the game just stopped working on my phone. Hangs on splash screen. Right after I have deleted that second polygon collider from object - everything is working again.
Can anybody explain why this happens? what I'm doing wrong? I have assigned simple "Box Collider 2D" on each of my objects end it works perfectly on the phone. Bu I need to have polygon colliders.
↧