Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Final

Latest
Compare
Choose a tag to compare
@tomstark99 tomstark99 released this 25 May 11:08
· 4 commits to main since this release

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:

  1. Open in unity 2019.4.18f1
  2. Go to Window ⇾ Package Manager ⇾ and install cinemachine
  3. Go to Scenes and open MenuSceneNew
  4. Run the game in unity editor

Build the game:

  1. Create a folder called build/ in the project root folder
  2. In unity go to file ⇾ build settings ⇾ and build the project to this folder
  3. Once built remove build/index.html
  4. Copy all files from ../html/
  5. Paste all files into build/
  6. On command line navigate to the project root which contains the build/ folder
$ cd /path/to/project/directory/
  1. Run
$ python -m http.server --directory build
  1. Go to localhost:8000 on a web browser of your choice (recommended is chrome)