Hello, I am having an issue where even when no keys are being pressed my player is constantly running in random directions, however this issue is only happening for other people playing my game on different computers. I personally have never experienced the issue which makes it very difficult to debug.
Basically my player movement is controlled in one state using "Controller Simple Move" and assigning axis input value to a vector 3 variable, then setting that as the move vector for my simple move action.
screenshots of playmaker actions are here:
https://drive.google.com/drive/folders/19R68J7tFr3SYLwvpZA5SQJWpdvuoeX68?usp=sharingwould love to hear any input you might have that could solve this issue. Thanks!!