Book Image

C# and Unity by Example — 20+ Mini Game Development Projects [Video]

By : Raja Biswas
3 (1)
Book Image

C# and Unity by Example — 20+ Mini Game Development Projects [Video]

3 (1)
By: Raja Biswas

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)
Free Chapter
1
Introduction
3
Project 1 - Destroying Objects with C# in Unity
4
Project 2 - Detecting Mouse Clicks with C# Practical Example
5
Project 3 - Detecting Keyboard inputs in C#
6
Project 4 - Moving Objects with Velocity in Unity
7
Project 5 - Moving Objects with Keyboard Inputs
8
Project 6 - Flipping Direction of Player with C# in Unity
9
Project 7 – Detecting Collision and Destroying Objects in C#
10
Project 8 - Creating Scoring System with C# in Unity
11
Project 9 - Restarting Game Scene in Unity C#
12
Project 10 - Delaying Function Calls in C#
13
Project 11 - Change Camera Background Color Randomly with C#
14
Project 12 - Build a 2D Shooter Game with Unity and C#
15
Project 13 - Create Infinite Scrolling Background in C# and Unity
16
Project 14 - Create Camera Shake Effect in Unity C#
17
Project 15 - Rotate Objects with Mouse in C#
18
Project 16 - Detect Button Clicks with C# Unity
19
Project 17 - Create Zoom In and Out Effect Using C#
21
Project 19 - Build an Android Game with Unity
22
Project 20 - Detect Touch Inputs Using C# Unity
23
Project 21 - Detect Accelerometer Inputs in Unity with C#
24
Project 22 - Destroy Objects with Touch Inputs
25
Project 23 - Detect Swipe Input in Unity with C#
Chapter 1
Introduction
Section 1
Introduction
This video is introduction to the course.