Unity Iphone is Much different with normal Unity?

I now developing with just unity3d for web game.

If I finish it, can I translate it to iphone game?

Translate process is easy? or a lot of work?

Or need to change some codes? or structure?

Thanks.

It depends on whether or not you use dynamic typing, which the iPhone doesn’t support.

Go thru each script one at a time and add the following to the first line:

#pragma strict

And fix any problems that appear.