Recently I started to get interested in game development (initially for the Android platform) and that's why I met the engine Unity. I've never programmed in Java, native language of Android. However I know the C # language.
When I read more about the aforementioned engine , I noticed that it is only possible to use two languages "something derived from Javascript" and C #. Based on this, some doubts have arisen:
- Does this mean that you can generate bytecodes versions of C # for CLR and JVM?
- I thought it was only possible to do this through Xamarim.
- How does the SDK issue and access the system APIs?