/GameWorkshop

Code for the Making a Game workshop.

GameWorkshop

Code for the Making a Simple Game workshop.

How to use it

Clone this repository

git clone git@github.com:mlopes/GameWorkshop.git

Download Unity personal edition

Open the project with Unity and you're ready to start following the workshop.

Setting up an editor for C#

Monodevelop comes bundled with Unity. If you're happy to use Monodevelop. When opening scripts from unity, the default editor for the file type will be used, so as long as you have your favourite editor installed and configured as the default editor for C# files on your system, scripts will be opened on that editor.