-
Book Overview & Buying
-
Table Of Contents
C# and Unity by Example — 20+ Mini Game Development Projects
By :
C# and Unity by Example — 20+ Mini Game Development Projects
By:
Overview of this book
The Unity game engine is free and easy to learn and has excellent documentation. Equipped with Unity game development skills and knowledge of C# scripting, you will be able to build impressive games easily. Suitable for beginners, this course includes more than 100 lectures and over 20 hours of content. You will learn Unity 2D and 3D game development by building 20+ mini projects and develop skills that you can use in any of your Unity projects later.
Starting with the installation of Unity and Visual Studio, this course will take you through the process of learning game development with Unity by building a variety of projects. For budding programmers, a separate section covers the fundamentals of C# scripting for game development in Unity. Once you've mastered the basics, the course will take you through sample projects that demonstrate the process of creating games with Unity.
By the end of the course, you will have developed the knowledge to create fully functional games with Unity and C# and use your C# skills to build any other non-game projects. Complete with working files, you will be able to build game projects with the author and receive a verifiable certificate of completion at the end of the course.
All the codes and supporting files for this course will be available at: https://github.com/PacktPublishing/C-Sharp-and-Unity-by-Example-20-Mini-Game-Development-Projects
Table of Contents (25 chapters)
Introduction
Absolute Beginner's Guide to C#
Project 1 - Destroying Objects with C# in Unity
Project 2 - Detecting Mouse Clicks with C# Practical Example
Project 3 - Detecting Keyboard inputs in C#
Project 4 - Moving Objects with Velocity in Unity
Project 5 - Moving Objects with Keyboard Inputs
Project 6 - Flipping Direction of Player with C# in Unity
Project 7 – Detecting Collision and Destroying Objects in C#
Project 8 - Creating Scoring System with C# in Unity
Project 9 - Restarting Game Scene in Unity C#
Project 10 - Delaying Function Calls in C#
Project 11 - Change Camera Background Color Randomly with C#
Project 12 - Build a 2D Shooter Game with Unity and C#
Project 13 - Create Infinite Scrolling Background in C# and Unity
Project 14 - Create Camera Shake Effect in Unity C#
Project 15 - Rotate Objects with Mouse in C#
Project 16 - Detect Button Clicks with C# Unity
Project 17 - Create Zoom In and Out Effect Using C#
Project 18 - Build a 2D Runner Game in Unity
Project 19 - Build an Android Game with Unity
Project 20 - Detect Touch Inputs Using C# Unity
Project 21 - Detect Accelerometer Inputs in Unity with C#
Project 22 - Destroy Objects with Touch Inputs
Project 23 - Detect Swipe Input in Unity with C#