Pitfalls in Unity
In the game I am working on there are holes that the player will fall in if they miss time a jump. I have created a simple system to allow the player to get out of these holes.
I did this by adding a collider to the bottom of the holes and having the player's position be set to the starting position.


This will have the player transported to the start every time they fall in a hole.
