Unity RESPAWN CHECKPOINTS tutorial in 120 Seconds

Опубликовано: 20 Ноябрь 2023
на канале: Raycastly
1,558
69

Sometimes when your player reaches some point you want to save his progress at that respawn checkpoint. Let's learn how to make a simple and easy respawn checkpoint system in unity for a platformer type game.

Get the Asset Pack + 2D Water System + 2D Moving Platforms and MORE FOR FREE HERE:
https://bit.ly/free-game-dev-assets

If you get stuck, you can ask for help on our discord server! Join through this link:
  / discord  

--------

RespawnController.cs
https://pastebin.com/a8aFnRKY

Checkpoint.cs
https://pastebin.com/3ze1SfmU

--------

0:00 Intro
0:12 Respawn Controller script
1:10 Checkpoint script
1:42 Testing