Android devices can also run native code, usually written in C or C ++.
A Unity application written in C # is compiled into .NET bytecodes. When Unity creates an Android app, it includes a .NET bytecode interpreter in native Mono- based code. When you start the application, the interpreter starts to execute bytecodes. The way it can work on Android.
yuku
source share