Skip to content

this-place/this.place

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this.place

this.place (a play on the word ‘displace’), is an isometric puzzle game that incorporates platforming and block building.

Download available here

Setup

  1. Fork this repository and clone the fork to your computer
  2. Install Git LFS
    • $ git lfs install
  3. Unity Setup
    • Install/Update Unity
      • Unity Version 2017.3.1f1
    • Unity Editor Settings
      1. Open Editor Settings Window
        • Edit > Project Settings > Editor
      2. Make .meta files visible
        • Version Control / Mode: "Visible Meta Files"
      3. Use Plain Text Serialization
        • Asset Serialization / Mode: "Force Text"
      4. Save
        • File > Save Project

Contributing

  1. Follow semantic commit messages
  2. When ready to commit, create a pull request to this repo