Search Unity

Deploying to Linux desktop

Discussion in 'Editor & General Support' started by eco_bach, May 26, 2020.

  1. eco_bach

    eco_bach

    Joined:
    Jul 8, 2013
    Posts:
    1,601
    Hi
    Have a simple webcam capture application.

    I am using Unity 2019.3 editor in Windows 10 to create and publish.

    I can target Windows standalone and it works fine.

    For Linux these are my settings
    Target Platform Linux
    Architecture x86_64

    I also enable Development Build and Script Debugging.

    I then build and am left with a folder containing

    <filename>_linux_Data
    LinuxPlayer_s.debug
    <filename>_linux.x86_64
    UnityPlayer.so
    UnityPlayer_s.debug



    When I copy to my Linux desktop (Ubuntu 18.04 LTS) and try and launch any of the executables nothing happens. However a 0 bytes text file is created with garbage characters for its name.

    What am I missing?
    Is Ubuntu not a supported version of Linux?
    Do I need to actually compile using a Linux version of Unity?

    Any feedback welcome!
     
    ling_yeo likes this.
  2. ling_yeo

    ling_yeo

    Joined:
    May 19, 2021
    Posts:
    1
    Hi, I'm facing the same problem. Are managing solved the problem?