Hi all, I am trying to develop a method to track if my player has completed walked around an object. To be more specific, I have a box that I want to destroy once my player has walked around it in a square motion. To do this i need to track each side of the box to see if the player and walked past it. I have included a pic below:
Im also thinking about if the player doesn't do this in a certain amount of time then they will have to try again. For instance, if they have walked around the left and top side of the box but not the last two sides in 10 more seconds they must start over.