So does Unity let you code with Java? I want to TRY to make a game with Java. Is it possible? (In Unity)
EDIT: Also what engine should i use to make HTML5 Games?
So does Unity let you code with Java? I want to TRY to make a game with Java. Is it possible? (In Unity)
EDIT: Also what engine should i use to make HTML5 Games?
- Jason Astle-Adams
You might be able to use IKVM to compile Java to a .Net dll that can be used in Unity. The main caveat is that Unity is using a very old version of the Mono runtime (2.6.x IIRC, which is half a decade old), so you might hit some odd bugs.
That said, I am extremely impressed by how well IKVM works. 9 times out of 10 you can just grab a random Java project, compile it with IKVM and it will run on .Net on first try.
[OpenTK: C# OpenGL 4.4, OpenGL ES 3.0 and OpenAL 1.1. Now with Linux/KMS support!]