Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

Can I make an entire game in Unity 3D for the iphone without using any Objective - C or Cocoa?

share|improve this question

2 Answers

Yes, but you're limiting your options. If you want to include things like OpenFeint or analytics you're going to have to go through the native code plugin bridge.

There are also some new things in iOS4 that aren't handled properly by Unity iPhone by default, like the resolution of the iPhone 4, or the application callbacks by task switching.

share|improve this answer

The short answer, is Yes, you can definitely make an entire game in Unity3d. Many developers have.

RE the previous answer: actually, for analytics, this link will take you to a C# integrated google analytics helper for Unity 3D http://www.persistentrealities.com/code/

And now with Apple's "Game Center", you might be able to skip Open Feint integration, though I still prefer Open Feint for now, personally.

share|improve this answer
Don't forget game center is iOS4 only, which doesn't run on older devices. – 5ound Sep 10 '10 at 16:57

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.