Book Image

Unity 5.x Game Development Projects [Video]

By : Abdelrahman Saher, Francesco Sapio
Book Image

Unity 5.x Game Development Projects [Video]

By: Abdelrahman Saher, Francesco Sapio

Overview of this book

<p>Flexible, powerful, and full of rich features, Unity 5 is the engine of choice for AAA 2D and 3D game development. With comprehensive support for over 20 different platforms, Unity boasts a host of great new functions for making 2D games. Learn how to leveragethese new options into awesome 2D games by building three complete game projects with the Unity game tutorials in this hands-on video.Get started with a quick overview of the principle concepts and techniques needed for making 2D games with Unity, then dive straight in to practical development.Build your own version of Super Mario Brothers as you learn how to animate sprites, work with physics, and construct brilliant UIs in order to create a platform game. Go on a quest to create a RPG game discovering NPC design, event triggers, and AI programming.Finally, put your skills to the test against a real challenge - designing and constructing a complex strategy game that will draw on and develop all your previously learned skills.</p> <h1>Style and Approach</h1> <p>This practical and easy-to-follow guide starts with the basics and gradually delves into the process of creating 2D games. With step-by-step instructions on how to build three games, followed by a detailed explanation of each example, you will understand the concepts not just in theory, but also by applying the knowledge you gain in practice.</p>
Table of Contents (9 chapters)
Chapter 3
Dealing with 2D Physics
Content Locked
Section 1
2D Physics
It is important to understand that 2D physics components will not interact with 3D physics components if both exist within the same scene. - Control the physical behavior of any game object attached inside the scene - Add a collider component that defines shape - We can see that our player doesn't fall through the floor after we press the play button