Hey,, what unity used for? For example I saw a person using unity to develop an android app , how's that possible? Isn't the programming languages for android are Java and kotlin.. Etc
Hey,, what unity used for? For example I saw a person using unity to develop an android app , how's that possible? Isn't the programming languages for android are Java and kotlin.. Etc
Unity is a game engine which uses C# subset. Android is not strictly tied to Kotlin, it supports bytecode similar to JVM one, and allows executing machine code via JNI.
Unity is a game engine which uses C# subset. Android is not strictly tied to Kotlin, it supports bytecode similar to JVM one, and allows executing machine code via JNI.