Mobile builds need `#pragma strict` as the first line of each of your scripts. If your scripts do not have this, then expect to have problems on mobiles. When you add this line to your code, you will probably find that you get compiler errors. You'll need to fix these errors before the game will run on the mobile.
↧