I only know Java Programming Language and no other. Can I develop games for Android in Unity3D using Java?
\$\begingroup\$
\$\endgroup\$
3
-
2\$\begingroup\$ When you know Java you already know 95% of C#. \$\endgroup\$Philipp– Philipp2015-02-16 14:34:02 +00:00Commented Feb 16, 2015 at 14:34
-
\$\begingroup\$ @Philipp really? If yes, than it'll be amazing. \$\endgroup\$Hammad Nasir– Hammad Nasir2015-02-16 15:03:55 +00:00Commented Feb 16, 2015 at 15:03
-
\$\begingroup\$ @Philipp It's gone up 5% since the last time this question was asked :) \$\endgroup\$House– House2015-02-16 15:19:30 +00:00Commented Feb 16, 2015 at 15:19
Add a comment
|
1 Answer
\$\begingroup\$
\$\endgroup\$
Unity does not natively support Java. There is scripting support for JavaScript, C# and Boo though. If you know Java the jump to C# is not that big.
Also see this SO.SE answer.
There however, seems to be a trick via a manual IKVM conversion from JAR to DLL that can work: http://answers.unity3d.com/questions/15308/can-i-access-java-code-from-unity.html#