Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 649 Bytes

File metadata and controls

26 lines (17 loc) · 649 Bytes

GameDevLevelDesignChallenge

Different Starting Code

Godot

GodotVer holds the godot starting code for this challenge, specifically 2D platforming

Unity 2D

Unity2DVer holds the 2D Unity starting code for this challenge

Unity 3D

Unity3DVer holds the 3D Unity starting code for this challenge

How to load

  1. Clone repo
  2. Open up Unity
  3. Load in unity the specific folder for the starting code you want to use
  4. HAVE FUN!

Pushing updates to base projects

Make sure to put a copy of the .gitignore in the root of the unity projects

Ex: If unity creates a "My Project" folder, put the .gitignore in that folder