This repository was archived by the owner on Apr 20, 2023. It is now read-only.
Release for the final version of Freight
Download this release
Download the release files to an easily accessible folder and extract them using either winrar or 7zip
Run the game:
- Open in unity
2019.4.18f1
- Go to Window ⇾ Package Manager ⇾ and install
cinemachine
- Go to Scenes and open
MenuSceneNew
- Run the game in unity editor
Build the game:
- 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)