Platformer Basics
Visit each page below to learn the basics of making a platformer. We will not be adding our own graphics to this platformer, we are just going to learn the nuts and bolts of how to have a player that can run and jump in an environment.
Table of contents
- Creating a Unity Project
- Creating a Player
- Creating a Tilemap
- Adding Tiles
- Scripting
- Platformer Extras