Intro to Unity3D – Building Flappy Bird
Unity3D is a great engine, but like all game engines it has a little learning curve. This tutorial is designed to take you through the entire process of building a 2D game in Unity that will run on the web, pc/mac, and mobile. By the time you complete this project, you’ll have a fully functioning game built and ready to deploy to your phone, tablet, or webpage.
Through the process of building a game, you’ll learn all this and more:
- How to use and navigate the Unity3D editor
- How to Import custom art into a project
- How to use the Unity3D Physics system to handle collisions, gravity, and more
- Handling Input from keyboards, mice, touchscreens, and game controllers
- The basics of writing a little code (even if you’ve never written code before)