Hey!
I haven’t quite finished the course just yet but I have noticed that the animation stuff so far has been timer based which can lead to logic being triggered at the wrong time during an animation.
I did some research to solve this issue and came across Unity’s animation events and how they can trigger logic at a specified time during the animation.
Is there a reason these aren’t being used for this course?