#Resetting animation
1 messages · Page 1 of 1 (latest)
So a timer can reset it?
if you make a timer sure why not
I think I made one for another project from a month back, I'll check it
Do I put the timer in the OnTriggerEnter or in the update?
OnTriggerEnter only runs once in 1 frame
Update runs every frame
which one you think is most appropriate
I just want the timer to start resetting when the trigger starts
Just make a coroutine and learn how to use that
coroutine?