The year is 2057. You are part of an anti-government group who steal and sell private intelligence.
Your mission is to infiltrate a military train station and steal backpacks containing government secrets without being caught and handed the death sentence. Fight your way past guards, avoid being detected, and most of all, get out alive.
- Pose Recognition
- Cooperative Multiplayer
- Proximity Voice Chat
You can either clone this repo directly and open the folder Freight/
following the instructions from the running the game section
OR
Download the zip file from the release page, extract it and open the FreightZip/
folder in the same way
- Open your unity project folder (
Freight/
orFreightZip/
) in unity2019.4.18f1
- Go to Window ⇾ Package Manager ⇾ and install
cinemachine
- Go to
Assets/Scenes/
and openMenuSceneNew
- Run the game in the unity editor by pressing play
- Create a folder called
build/
in the project root folder - In unity go to file ⇾ build settings ⇾ and build the project to this folder
- Once built remove
build/index.html
- Copy all files from
../html/
- Paste all files into
build/
- On command line navigate to the project root which contains the
build/
folder
$ cd /path/to/project/directory/
- Run
$ python -m http.server --directory build
- Go to
localhost:8000
on a web browser of your choice (recommended is chrome)