Hi all, I am a complete beginner at unity with a limited knowledge of coding, I am making a simple maze game and using this tutorial >> http://dma.canisius.edu/~moskalp/tutorials/FollowPlayer/followPlayer.mov have made an object that Im using as the enemy to follow the Player when they get within a certain distance.
I then watched this tutorial Unity 3D Tutorial Part 2: Basics of coding. - YouTube where he shows how you can make the player respawn when they enter the cube but when I make my cube object “OnTrigger” It falls straight through the ground.
My plan is to make the enemy object respawn the player at the beginning of the maze when they catch up with the player and touch them but I’m getting confused and was wondering if anyone had any suggestions, they would be greatly appreciated thanks!