Skip to content

Quickstart guide for contributors

Fazan64 edited this page Jul 8, 2017 · 2 revisions

Quickstart guide for contributors

The steps required to get the project running on your machine.

Prerequisites

Make sure you've got git lfs installed. You don't (hopefully 🙂) have to configure it, as the .gitattributes file is already part of the project.

We currently use Unity 5.6.1. Please make sure you have exactly that.

Installation

Clone the repo to your machine. That should be it. 🙂

Contributing

master is for stable versions. develop is for active development. feature branches for major features. Branch from develop, branch back into it.

A guide to the project architecture coming soon.

Clone this wiki locally