Skip to content

CCheckley/Unity-2D-Top-Down-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity-2D-Top-Down-Template

This Template will provide new Unity Developers with tools to make a basic Top Down Game.

Included in this Template are the following:

Assets:

  • Play Tests

  • Resources

    • This contains edited versions of the "Scripts"
  • Sprites:

    • Simple Shapes including an Arrow, Circle, Square and Triangle (good for a simple Space Invaders Clone)
    • Triangle
    • Arrow
    • Circle
    • Square
  • Scenes:

    • Scenes for Player Testing
  • Scripts:

    • This Contains a Character Controller and and AIController
      • Use the Unity default (Arrow Keys or WASD) to move and mouse to change the characters rotation/direction
      • AIController is a script that makes object approach player's location

Project Settings

  • Contains premade assets that control various elements in the game:
  • Time, Audio, Physics (Gravity and Collisions), Network, Object Meshing, etc

Packages

  • Lists the modules needed for the game development process for Unity