Hi. I’m quite new to Unity and I’m making a simple jumping game to learn the basics. The problem is that when I fall off the map, I have to restart it and go from the start. I’ve made a cube with a collider under the whole map, and I thought I could do that when the player hits it, he respawns at the latest respawn point. Anyone know how to do it?