So, I wanna make an iPhone game, ive played with the normal unity and am familiar with it, I was just wondering if you could just port a game made in that to iphone or does the touchscreen require different scripts?
Could someone give me a few pointers?
And any tutorials for making an iphone game?
Thanks
Can you “just port a game”? Sure. But keep in mind that beyond changing your input scripts you might need to make other tweaks and changes. Notably you’ll have to look at your artwork to make sure your content runs well on the phone, for example 7k-10k polys visible is a good target. Additionally you may need to tweak some of your scripts as the compiling needs for the iPhone target are a bit different.
Don’t get me wrong, it’s likely that a good majority of your stuff will swing right over with some small modifications, but depending on what you’re doing and how that may change. Your best bet is to get the iPhone SDK installed (the paid version) and take Unity iPhone for a test drive. If you have the paid SDK installed then write us at sales@unity3d.com and request a trial and we’ll set you up right away!