Hello everyone,
I know there are a lot of threads on this issue, but I haven’t been able to find the solution yet.
In my tennis game, the player hits the ball through the stroke animation (backhand, forehand). The problem is, most of the time the racquet hits the ball just once (as it should be) but every once in a while it hits it two, four and even as many as eight times at once (I know all this because I added a collision counter to debug).
My theory is, the racquet is hitting the ball always at a different angle, depending on how early or late I trigger the animation. Maybe the reason is different, I don’t know.
Whatever the reason is, I can’t find the way to fix it.
What can I do about it?