Exit not triggering when touched

I don’t know?

Hi,

Have you already rewatched the video at least one more time? Have you already compared your code to the Lecture Project Changes which can be found in the Resources of this lecture? Make sure there are no typos in your code. The method names must be spelt correctly because C# is case-sensitive.

Yeah, I did that.

Have you already tried to add Debug.Logs to your code to see what is going on during runtime? Check if the collision/trigger methods get called when expected. Then check with which game object the player collided.

If you cannot find the problem, I would recommend to rewatch the video at least one more time. Maybe a detail is missing in your project.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms