iPhone Platform Completely Different?

Hey everyone, this is my first thread. Just got unity 3d. I’ve seen a couple threads about people complaining about the lack of Unity iPhone tutorials. So I did my research and I would have to agree with them, very little out there.

So, my question is is the iPhone platform UI, script build, etc. completely different from other platforms in Unity? Because I’m thinking about watching just the “Fundamentals of Unity3D” but being in the iPhone platform. Does it make a huge difference? Will I run into any trouble? Any suggestions?

Thanks

It’s mostly the same; the primary difference is input.

–Eric

Thanks, but what’s “input”?

Touches and device motion instead of keyboard and mouse.

My test apps for iOS with EZ Gui interface and iPhoneInput touches handling working with Unity Android without any adaptation.

Ah Okay, thanks for the responses.