I have knowledge in Java and android developing.
1 Answer
1Unity 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.
not directly. unity supports unityscript (a lot like javascript), boo & c# most tutorials and recent articles favor c#
– gjfYes, 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 :)
– Fire_CubeNo problem. If my post solve your problem, you can mark it as "answer" for future references.
– slavo