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