Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

When will you add Java support in Unity?

Discussion in 'Editor & General Support' started by hubot, Apr 21, 2016.

  1. hubot

    hubot

    Joined:
    Mar 6, 2016
    Posts:
    13
    Hello! I would like to Unity team add Java support in Unity Editor. When will team add Java support in Unity3d?
     
  2. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,400
    Never. Just use C#; it's similar enough.

    --Eric
     
    Zuntatos likes this.
  3. hubot

    hubot

    Joined:
    Mar 6, 2016
    Posts:
    13
    What a pity! I recently come to Java from C#.
     
  4. TimGS

    TimGS

    Joined:
    Apr 24, 2014
    Posts:
    70
    There's absolutely no problem for experienced programmer to migrate from Java to C#.
    Adding new scripting language however means hiring more people to maintain this new feature for Unity Tech. And don't even get me started on how many additional bugs it will bring. Unity has more than enough of them already.
     
  5. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,400
    I can't imagine that it would particularly add bugs, since all languages in Unity compile to the same CIL code. However I also can't imagine what the point would be. You would necessarily be using .NET/Mono, so Java syntax + .NET libraries = basically C#.

    --Eric