NokiMo
Pretty Fly Games

Pretty Fly Games

patreon


Pretty Fly Games posts

Code Access: Tutorial: πŸ“ UI Show distance traveled - How to make a Endless Driving Game in Unity Tutorial EP10

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...

View Post

Code Access: Tutorial: πŸ”¨Upgrade to Unity 6 - How to make a Endless Driving Game in Unity Tutorial EP9

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. View Post

Code Access: Tutorial: πŸ”‰ Sound Effects & Mixers - How to make a Endless Driving Game in Unity Tutorial EP8

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...

View Post

I was interviewed by Photon and featured on their site

Check out the interview on https://blog.photonengine.com/how...

View Post

Code Access: Tutorial: Grabbing boxes and other active ragdolls - EP5 Active Ragdoll multiplayer

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...

View Post

Code Access: Tutorial: Changing between active and regular ragdolls - EP4 Active Ragdoll multiplayer

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...

View Post

Code Access: Tutorial: How to upgrade from Photon Quantum 2.x to 3 (Multiplayer with Photon Quantum & Unity) EP7

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 ...

View Post

Code Access: Tutorial: Active Ragdoll Multiplayer EP3 (Adding online multiplayer)

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...

View Post

Code Access: Tutorial: Active Ragdoll Multiplayer EP2 (Physical animations)

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...

View Post

Code Access: Tutorial: Active Ragdoll Multiplayer EP1 (Offline ragdoll setup sort of like Gang Beasts)

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...

View Post

Code Access: Tutorial: Photon Quantum Multiplayer Unity EP6 (Network animations & Models) 🎨

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...

View Post

Code Access: Tutorial Photon Quantum Multiplayer Unity EP5 (Session/Server Browser) πŸ“ƒ

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 ...

View Post

Code Access: Tutorial Photon Quantum Multiplayer Unity EP4 (Quick play - Custom menu) πŸƒβ€β™‚οΈ

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 ...

View Post

Code Access: Tutorial: Online multiplayer πŸ”« FPS Unity & Photon Fusion EP13 (Upgrade to Photon Fusion 2.0) ⚑

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...

View Post

We have a result!

Seems like something with "Photon Fusion 2.0" is the winner, followed by "A new series".

Thank you so much for voting πŸ™

View Post

What tutorial/series should I work on next?

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...

View Post

Code Access: AI cars - How to make a Endless Driving Game in Unity Tutorial EP7

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...

View Post

Code Access: Exploding cars - How to make a Endless Driving Game in Unity Tutorial EP6

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 ...

View Post

Code Access: Making your game look good - How to make a Endless Driving Game in Unity Tutorial EP5

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...

View Post

Code Access: Random content - How to make a Endless Driving Game in Unity Tutorial EP4

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...

View Post

Code Access: Random Endless Level - How to make a Endless Driving Game in Unity Tutorial EP3

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...

View Post

Code Access: Chase camera & improved car handling - How to make a Endless Driving Game in Unity Tutorial EP2

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...

View Post

Code Access: Game State - Photon Quantum Multiplayer Tutorial Unity EP3 πŸ”€

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...

View Post

Code access: How to make a Endless Driving Game in Unity Tutorial EP1: Setup & Car movement πŸš—

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...

View Post

Happy Holidays πŸŽ„

🎁 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 ...

View Post

Code Access: Photon Quantum Multiplayer EP2 (Camera Respawn Despawn) πŸŽ₯

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...

View Post

Code Acess: Photon Quantum Multiplayer EP1 (Setup + movement) ⚑

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...

View Post

Code Access: Online multiplayer πŸ”« FPS Unity & Photon Fusion EP12 (bots & pathfinding with navmesh) πŸ€–

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...

View Post

Code Access: Surface grip - How to create a 2D Arcade Style Top Down Car Controller in Unity tutorial Part 16

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...

View Post

Code Access: Online multiplayer πŸ”« FPS Unity & Photon Fusion EP11 (3rd person camera) πŸŽ₯

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...

View Post