How to play linux packaged games

Hello all, i have managed to get a linux cross compiled package and i was wondering how you play the game in linux. For instance in windows you just double click the exe and it runs, what is the linux EQUIVALENT.

Just to reinforce i have packaged the project and in the linux no editor folder there is

Gamename(folder)

engine(folder)

Manifest_NonUFSFiles.txt

There should be a Gamename.sh and on linux you would have to do chmod +x Gamename.sh and then ./Gamename.sh

1 Like