Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.01 KB

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