How to get click to move with animation?
I follow some tutorial i found on youtube and google
But All of them (with animation) are using key instead of mouse click
Anyone have some tutorial for playmaker that using click to move system (click and character move toward that point on screen - topdown camera) with animation?
My animator is just a simplify version of Standard Package 3rd person
I delete most of the animator state and create the brand new one with only Idle and Run state (control by speed parameter - no jump - no crouch)
P/s: If it's possible, anyone can share a proper way to set up click to move as well?
My click/hold to move work but kinda sluggish (send event every .5 s to check if mouse is holding - else go back to origin and wait) - really appreciate if anyone have a better way
Thanks,