Is it possible to code unity in other languages

I would so love to make my unity apps in objective c… any possibility at all?

and before anyone come’s back with stupid snarky remarks, you can cross compile objective c direct to java and write android apps that way, so it’s not as if it’s that crazy an idea…

No, it’s not possible. You can make Objective-C plugins, but scripting in Unity is C#, Unityscript, or Boo.

–Eric