Hi, i am currently on vid #38 on the Unity 2D course.
In the snow boarder game, I am trying to insert the restart level logic. I have written the code exactly as per the tutorial. The level restarts in case of crash but not when I cross the finish line. I have checked the code multiple times as well.
pls help
It tells you when Unity will register a trigger/collision.
So: since we are sure one is a trigger already (red rectangle selection)
For a trigger to happen you need the other gameobject to have one of the things
in the orange rectangle selection where there is the word “trigger” in the red rectangle selection.