I want to make games for Android, for these purposes I chose Unity3d. Actually the question is: will it be necessary to learn Java or what are the nuances of the Android platform?

  • 2
    No, java does not need to know. The code is written in c # or javascript, then just compile everything into apk with the help of a unit - Alexey Shimansky

2 answers 2

No, you don’t need to know Java. The code is written in C # or JavaScript and then compiled into apk by means of Unity.

by Алексей Шиманский

    Java may be needed if it is strictly for Android, for example, for plug-ins. When you create a small project, it is unlikely to be needed.