Unity 2D Tutorial – Create a 2D platformer game using Unity 3D Engine

This tutorial teaches you the basics of setting up a basic 2D platform game, similar to Mario, you’ll learn

  • Setting up a scene
  • Importing assets and setting colliders
  • Rigidbody movement
  • Raycasting within Unity
  • Basic platformer mechanic implementation

This assumes some basic knowledge of Unity and uses the platformer pack from Kenney.NL – http://kenney.nl/assets/platformer-art-deluxe that you’ll need to download.

Platformer



Comments are closed.