Arshad Parwez
Arshad Parwez

Reputation: 1563

Can Objective C be used as a programming language for developing games in Unity3d?

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

Answers (3)

Zohaib Javed
Zohaib Javed

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

Parag Bafna
Parag Bafna

Reputation: 22930

Yes, you can use Objective-C as a programming language for developing games in Unity3d.
Unity iPhone Examples

Upvotes: 1

Simon Lee
Simon Lee

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

Related Questions