Search Unity

How to running game on linux.

Discussion in 'Linux' started by XiangMu, Nov 22, 2017.

  1. XiangMu

    XiangMu

    Joined:
    Sep 14, 2015
    Posts:
    1
    upload_2017-11-22_13-44-14.png
    How to run it on linux.
     
  2. PJayB

    PJayB

    Unity Technologies

    Joined:
    Apr 24, 2017
    Posts:
    105
    If you're running on a 64-bit version of Linux, run Test.x86_64. Otherwise, run Test.x86.
     
  3. Schubkraft

    Schubkraft

    Unity Technologies

    Joined:
    Dec 3, 2012
    Posts:
    1,073
    You also need to make sure the Test.x86/x86_64 files are allowed to be run as executable. On Ubuntu you can find a checkbox for that in the the file properties dialog.
     
    PJayB likes this.
  4. Coolguy59

    Coolguy59

    Joined:
    May 11, 2018
    Posts:
    2
    Hi. How would you do this but only on the terminal. I made a server build for linux and i bought a linux server so I can't really use ui.

    Thanks for your help!
     
  5. Coolguy59

    Coolguy59

    Joined:
    May 11, 2018
    Posts:
    2
    nvm I got it i had to do ./"filename.x86_64" instead of just "filename.x86_64"

    Thanks anyway!