language??

i have googled this to death and found different answers everywhere, when making an iphone app/ game in unity what language do you need to use?? some say java, c#, objective c, but others say you can only use objective c or only use java ect ect which one is right?

You would not use Java since Unity does not have any support for Java, but you can use Unityscript, C#, or Boo. Those are the scripting languages that Unity has available, and there is nothing particularly relevant about whether you’re making an iPhone app or not. You don’t use Objective-C unless you’re making an external code plugin.

–Eric