In this episode I'll show you how to add a UI which shows the distance traveled by the player which is used as the main score component. We'll cover how to get the canvas UI to rescale and fit with...
2025-04-30 19:43:40 +0000 UTC
View Post
In this episode I'll show you how to upgrade to Unity 6 and Cinemachine 3. It is a very short video but as I've gotten questions specifically about these upgrades I decided to just focus on them.
2025-04-22 18:18:24 +0000 UTC
View Post
In this episode you will learn how to add sound effects to your game. We'll also go through how mixers works and why you should use them as early as possible in your game project. Using simple tric...
2024-12-06 15:35:28 +0000 UTC
View Post
Check out the interview on https://blog.photonengine.com/how...
2024-11-21 11:00:17 +0000 UTC
View Post
In this episode you will learn how pick up other objects using joints to provide a physics accurate carrying mechanism. This method will work on other rigid bodies including other active or passive...
2024-11-13 22:05:49 +0000 UTC
View Post
In this episode you will learn how to switch between regular ragdolls and active ragdolls. This can be useful when knocking out your character so it becomes floppy and allows it to become a regular...
2024-10-09 17:03:58 +0000 UTC
View Post
In this episode you will learn how to upgrade your Photon Quantum 2 game to Photon Quantum 3. We'll walk you through the official upgrade process and cover the extra things you might need to do in ...
2024-09-06 13:41:24 +0000 UTC
View Post
In this episode we'll go through how to add online multiplayer to the game using Photon Fusion 2. You can use the same technique with any network framework as long as you can process the physics on...
2024-07-20 08:51:08 +0000 UTC
View Post
In this episode we'll go through how to add physical animations to your active ragdoll character. We'll use a technique where you use a regular animation and transfer the desired rotations to the j...
2024-07-17 21:16:20 +0000 UTC
View Post
In this episode we'll go through how to setup an physics based active ragdoll character which is controlled by physics. The setup we'll use is similar to what Gang Beast or Human Fall Flat uses. We...
2024-07-16 19:55:22 +0000 UTC
View Post
In this episode we will replace the graphics with much nicer looking models from Kay Lousberg. We'll also add animations to our characters for walking, jumping and falling which will work in both l...
2024-06-20 13:38:47 +0000 UTC
View Post
In this episode we will add a server/session browser where you'll be able to list all sessions with the ability to join a specific Photon Quantum session/room. We'll also cover how to fetch custom ...
2024-06-06 18:11:54 +0000 UTC
View Post
In this episode we will replace the Photon Quantum provided menu screen with our own. We'll also add a Quick play feature which lets players get into the action faster. The episode explains how to ...
2024-05-24 20:09:02 +0000 UTC
View Post
In this episode we'll cover how to upgrade your existing project from Photon Fusion 1.x to 2.0. We'll go through the changes you need to make to OnChange, Network Runner Handler and Network charact...
2024-04-13 16:42:03 +0000 UTC
View Post
Seems like something with "Photon Fusion 2.0" is the winner, followed by "A new series".
Thank you so much for voting π
2024-04-11 08:26:30 +0000 UTC
View Post
Time to place your votes on what I should cover in the next tutorial(s). Here is your chance to influence the direction of the upcoming videos.
(If you select "A new series covering something...
2024-04-03 19:21:32 +0000 UTC
View Post
In this episode we'll cover how to efficiently spawn AI cars using pools. We'll also implement a basic car AI. The AI cars will be able to detect other cars, avoid crashing into them and also be ab...
2024-03-28 14:22:06 +0000 UTC
View Post
In this episode we'll go through how you can explode your car when you hit objects using Unity and Blender. The technique could be used to blow up anything such as houses, trees or other object in ...
2024-03-06 18:32:24 +0000 UTC
View Post
In this episode we'll go through how you can make your game look great in Unity instead of the bland and dull colors it has using the default settings. We'll tune the shadows, lightning and also ad...
2024-02-27 18:14:14 +0000 UTC
View Post
In this episode we'll go through how you add more content and also how you can easily randomize objects to create the illusion of more content. We will also add a fake horizon effect without curvin...
2024-02-07 19:18:30 +0000 UTC
View Post
In this episode we'll go through how you generate the endless levels with a focus on high performance code that doesn't generate garbage and can run on weaker devices such as Nintendo Switch or mob...
2024-01-27 14:50:55 +0000 UTC
View Post
In this episode we'll go through how you can easily add a chase camera using Unity cinemachine and even have it avoid obstacles by using the collider extension. We'll also add turning to the car so...
2024-01-17 15:46:33 +0000 UTC
View Post
In this episode we will go through how you manage game states in Photon Quantum by creating a singleton. A simple count down system is added which also detect when the game should end. We'll use Un...
2024-01-14 19:27:38 +0000 UTC
View Post
This is a new series were we will cover how to make an Endless Driving/Running game in 3D with destructible cars from scratch. The game will use a bit of procedural generation with pre-made section...
2024-01-10 21:30:21 +0000 UTC
View Post
π This year most of my games are on major discounts on most platforms for the holidays so if you haven't already then please buy & play them. And if you do please leave a review as it helps ...
2023-12-24 11:08:09 +0000 UTC
View Post
In this episode we will react to Photon Quantum events in Unity and will add a Cinemachine camera that will follow the "local" player once the player joins. We'll also add support for respawn and d...
2023-12-20 15:14:13 +0000 UTC
View Post
In this episode we'll add bots which will navigate through our levels with pathfinding using Nav mesh in a networked game. The code will be based on the players movement code so they AI will not ch...
2023-12-06 13:00:13 +0000 UTC
View Post
In this episode we'll add bots which will navigate through our levels with pathfinding using Nav mesh in a networked game. The code will be based on the players movement code so they AI will not ch...
2023-11-02 11:22:26 +0000 UTC
View Post
Part 16 of the Top down car controller is now available on YouTube.
In this part of the series we'll go through how you c...
2023-08-30 18:21:45 +0000 UTC
View Post
In this episode we'll add a 3rd person camera view using Cinemachine and virtual follow player camera. You'll be able to toggle between first player view and 3rd person view. We'll also cover how t...
2023-08-14 19:47:00 +0000 UTC
View Post