Brackeys / MultiplayerFPS-Tutorial

A video series on making a multiplayer first-person shooter in Unity.
The Unlicense
654 stars 287 forks source link

Player is going opposition #17

Open LENKU opened 6 years ago

LENKU commented 6 years ago

When i click to go to right, it goes to left. Also click to go left, it goes to right. I search the internet but I can't solve this.

cesarchamorro commented 6 years ago

Not sure if you're talking about movement or rotation, but in any case it could be a couple of things, the first one is that you have to check the PlayerMotor in that script could be a value that is making that you're moving or rotating in opposite way. Second, I would recommend to check out the input values, you can check these out in Edit--- Project Settings --- Input and check if the keys are with the values that you want.

I hope this is going to be helpful for you, let me know if you fixed it.