Can we able to program using java?

I have knowledge in Java and android developing.

not directly. unity supports unityscript (a lot like javascript), boo & c# most tutorials and recent articles favor c#

Yes, you can't program in java directly, but c sharp syntax is rather close to it, so just look at a few tutorials, and you should be able to understand c# well :)

No problem. If my post solve your problem, you can mark it as "answer" for future references.

1 Answer

1

Unity does not support Java language. But you can use and/or access java libraries, such as jar files. Which are treated as separate plugins. And should be placed in special Plugins folder.

On more how to access jar files in here.