Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Can't choose Linux as target platform from Mac

Discussion in '2019.3 Beta' started by PrisedRabbit, Dec 17, 2019.

  1. PrisedRabbit

    PrisedRabbit

    Joined:
    Aug 14, 2012
    Posts:
    62
    Can't choose Linux as target platform. Linux module is installed.

    upload_2019-12-17_10-51-29.png
     
  2. LeonhardP

    LeonhardP

    Unity Technologies

    Joined:
    Jul 4, 2016
    Posts:
    3,132
    This is a known issue with the Hub, it's installing the module in the wrong directory.
    https://issuetracker.unity3d.com/product/unity/issues/guid/1187040/

    Workaround:
    - open install location
    - create directory `PlaybackEngines/LinuxStandaloneSupport`
    - move files and dirs from install root to new dir:
    - Variations
    - Whitelists
    - modules.asset
    - UnityEditor.LinuxStandalone.Extensions.dll
    - UnityEditor.LinuxStandalone.Extensions.pdb​
    - reopen unity
     
    CosmicStud, Marcos-Elias and Peter77 like this.
  3. PrisedRabbit

    PrisedRabbit

    Joined:
    Aug 14, 2012
    Posts:
    62
    Thank you!