Book Image

Build a Multiplayer Kart Racing Game in Unity 2019 [Video]

By : Penny de Byl
Book Image

Build a Multiplayer Kart Racing Game in Unity 2019 [Video]

By: Penny de Byl

Overview of this book

<p>This course will get you hands-on with putting together your own kart racing game in a systematic way.  It will guide you through constructing a single-player experience with intelligent NPC components from scratch and then adding on networking functionality with a Photon master server to create a multiplayer game. </p><p>The course begins with a detailed explanation of Unity's vehicle physics system. You’ll go on to construct a four-wheeler car from scratch using wheel colliders and rigidbodies. You’ll test every setting and check the different functionalities to achieve the right balance of skid, acceleration, braking, and weight. Next, you’ll transfer this system to a top-quality kart model and place it in a racing track environment, adding artificial intelligence mechanics to develop non-player character vehicles that can effectively drive around the track while avoiding or in some cases bumping other players. A dedicated section will help you calculate race places and add a heads-up display (HUD) containing a rear view camera, mini-map and player leader board.  Moving ahead, you'll learn how to implement a camera-following script that you can use to switch between players for differing points of view. Once you’ve completed the single player game, you’ll use the Photon API to set up a master server and then add multiplayer functionality to the game, which will enable you to play with your friends.  Toward the end, you will learn how to create your own server, send remote procedure calls to other players and instantiate networked objects, including AI characters. </p><p>By the end of this course, you will have gained the skills you need to confidently create exciting multiplayer kart racing games using Unity. </p><p> </p><p>All the codes and supporting files for this course will be available at- https://github.com/PacktPublishing/Build-A-Multiplayer-Kart-Racing-Game-In-Unity-V.2019</p>
Table of Contents (9 chapters)
Free Chapter
1
Introduction
Chapter 3
Vehicle Special Effects
Content Locked
Section 1
Skidding Sounds and Skid Marks
In this lecture we will start adding special effects to the driving mechanics in the form of skidding audio and visuals.