I’m making a game for my friends and they are begging me to put it on the iPhone!!! So quit question: How can I make an iPhone game with Unity3d? I just need to know how to:
a) Script a JavaScript for iPhone.
b) How to publish it.
c) Where to find tutorials.
You can leave me an answer or you can give me some website links for tutorials on how to make an iPhone game with Unity and how to script it.
A good starting reference is raywenderlich.com. See the unity tutorials there. On this site you also find much more about iPhone and mobile developing.
Note: You will need a mac and an Apple iOS developer licence (99$/year) to publish iOS apps.
iOS doesn’t support JavaScript. You’re Gong to need a) A mac, because the publishing and final development software are Mac-only, b) an Apple developer License, which is $99, and c) a knowledge of Objective-C and Cocoa Touch, as you’ll have to code the game with this.