Is there a better way to adjust the frequency of animation events other than increasing the duration of the animation itself?
Better - don’t know but there are different ways…
Sticking with the animation event - have a frequency count so it’s only triggered ever so often
Don’t use animation events and code it with say a Coroutine…
I’m sure there are more options