hi I'm using a asset called 'path creator' to move my object in a definite path.And i want the character to move on mouse button down and to stop on mouse button up,to do that i have to activate and deactivate the 'path follower script'(that i got with path creator asset) . It works but there is a slight delay in action. the character does not stop as soon as the mouse button up and does not move as soon as the mouse button down, there is around 0.6/0.7 seconds delay.what should i be doing to have quick movement as soon as i click and unclick. below are the fsm and script component(path follower).