/GameOne

Primary LanguageC#

GameOne

Local Development Setup Instructions

  1. Download and install Unity 2018.1.0b13 from here
  2. Download and install Visual Studio 2017 Community v15.6.6 from here
  3. Download and install .NET v4.6.2 Framework from here
  4. Download and install Blender from here
  5. Clone this repository to a local computer eg. C:\GameOne
  6. Checkout the branch develop
  7. Open the cloned project in Unity
  • If not alredy, be sure to set the Platform to PC, Mac & Linux Standalone in File->Build Settings
  1. Open the scene named "HexMap" from the Assets/Scenes folder
  2. Build and play
  3. To start editing the code, select Assets->Open C# Project from the main menu

This should generate and open the VS project That's it!

Branch description

  • master - main branch containing post release code
  • develop - current development branch accepting non-tested changes