Search Unity

Project Tiny

Discussion in 'Linux' started by JooleanLogic, Jun 6, 2019.

  1. JooleanLogic

    JooleanLogic

    Joined:
    Mar 1, 2018
    Posts:
    447
    Is this coming to linux anytime soon?
    I installed on 2019.2.0b4 and got an error leading me to Unity.Editor.Tools.cs where it has the following exclusion code:

    Code (CSharp):
    1. #if UNITY_EDITOR_WIN
    2.     return "win";
    3. #elif UNITY_EDITOR_OSX
    4.     return "osx";
    5. #else
    6. #error not implemented
    7. #endif
     
  2. Lucas-Meijer

    Lucas-Meijer

    Unity Technologies

    Joined:
    Nov 26, 2012
    Posts:
    175
    Eventually yes, however, we're not actively working on linux support right now, so no eta unfortunately.
     
  3. JooleanLogic

    JooleanLogic

    Joined:
    Mar 1, 2018
    Posts:
    447
    Ok thanks for response Lucas.

    I tried returning osx values for linux and that actually allowed the tiny editor to show up and I could play around with it but just couldn't build anything.
    Looking forward to when it drops for linux.