Reputation: 1563
Apart from C#, JavaScript and Boo, can one use Objective C as a programming language for developing 3d games for iPhone/iPad in Unity3D?
Upvotes: 1
Views: 550
Reputation: 343
Nope. You cannot use Objective C to completely write your game code. Supported languages are C#, Javascript and Boo. (Though Unity is no more providing Boo's scripting reference)
Below is the reference of unity scripting documents which contains details of API usage in C# and Javascript. http://docs.unity3d.com/ScriptReference/
Upvotes: 2
Reputation: 22930
Yes, you can use Objective-C as a programming language for developing games in Unity3d.
Unity iPhone Examples
Upvotes: 1
Reputation: 22334
Quite a few 3D games (and some top ones at that) run on the Unity3 engine, it is no longer slow or sluggish and can save you a LOT of development time.
Check out the Unity3 iOS page.
Upvotes: 2