Book Image

Learning C# by Developing Games with Unity

By : Daniel Wise
Book Image

Learning C# by Developing Games with Unity

By: Daniel Wise

Overview of this book

<p>Building games using Unity 3D has been very exciting for developers. Sharing that game with your friends and learning C# along the way and can be even more rewarding</p> <p>You will get acquainted with basic working information on how to get started with C# 7 and its latest features to create exciting games with help of Unity 5. From here, you can then Implement these features to develop a Flappy Bird application. Once you have developed your first application and gained expertise then you can now use some more features of C# and Unity to create a 2D version of Space Shooter Application and then develop a First-Person Shooter Application in 3D and enjoy its effects. Moving forward you will explore Object oriented Programming to simplify your codes and finally sharing your games with your loved ones.</p> <p>Along the way you will learn topics ranging from basic to intermediate concepts and create 3 games of your own. You will amaze yourself as you create fun games all while learning more about C# and game development.</p> <h1>Style and Approach</h1> <p>A step by step guide using humor and the author's vast knowledge of game development using C#.</p>
Table of Contents (7 chapters)
Chapter 4
Creating an Asteroids Game
Content Locked
Section 1
Scripting All-Around Movement, and Implementing Particle Effects
Take 3 different inputs to move the spaceship around. We’ll also create a particle effect for the thruster. - Create a conditional to take three different kinds of input - Make the spaceship go forward and turn based on different input - Create a particle effect for the thrusters