Book Image

Unity 5.x Game Development Blueprints

By : John P. Doran
Book Image

Unity 5.x Game Development Blueprints

By: John P. Doran

Overview of this book

<p>This book will help you to create exciting and interactive games from scratch with the Unity game development platform. We will build 7-8 action-packed games of different difficulty levels, and we’ll show you how to leverage the intuitive workflow tools and state of the art Unity rendering engine to build and deploy mobile desktop as well as console games.</p> <p>Through this book, you’ll develop a complete skillset with the Unity toolset. Using the powerful C# language, we’ll create game-specific characters and game environments. Each project will focus on key Unity features as well as game strategy development. This book is the ideal guide to help your transition from an application developer to a full-fledged Unity game developer</p>
Table of Contents (19 chapters)
Unity 5.x Game Development Blueprints
Credits
About the Author
Acknowledgments
About the Reviewer
www.PacktPub.com
Preface
Index

Chapter 6. Side-scrolling Platformer

At this point, we've gotten a chance to work on a number of games, but we've only been using 2D so far. In this chapter, we will be exploring how we can use the concepts that you've learned in 2D and use them with a 3D game with 2D gameplay.

As long as we have been playing games, there has been one particular genre that has stayed with us almost from the beginning, the platformer. Starting with Donkey Kong with the familiar content that we know, refined in Super Mario Brothers, given more action with Mega Man, taken faster with Sonic the Hedgehog, and used even today with games such as Terraria, Super Meat Boy, and Child of Light There is something that draws us to this specific type of game, especially within the indie game community.

A platform game (known commonly as a platformer) consists of a player controlling a character that can move around a game environment with extensive jumping between platforms, hence the name.