i want to know is there any getting started tutorials with unity3d iphone development. i also have not seen any tutorial which has used objective C language for developing in unity. so kindly tell me if there is any with objective C.
thanks in advance.
I know for a fact that Objective-C is supported by Unity 3D for iPhone; my company has made a game with it. In the end, however, we found it to be quite sluggish. We only had 6 super simple models on the screen and the engine had difficulty rendering them (they weren't fast, and the physics were extremely simple) even on the iPhone 4. Ultimately, we were not impressed with the engine and wish we would have used OpenGL ES for that project.