Object moving slow on control stick pointing diagonal.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Lexiand

Hello godot devs, I’m pretty new to game development. I have a huge issue with my player controller I wrote and I don’t know to solve this issue. I’m pretty sure its an easy fix but I’m still kinda new to programming so its kinda hard for me to figure that out because you know im dumb.

SO ANYWAYS
So I made this basic 3d player controller that uses a Joypad analog stick and moves the player around and I’m having issues with the speed the player moves when I point the stick up_left or up_right.

I want the player to move at the same speed in any direction.
how could I do this?

Thanks

Can you show a snippet of your code?

Ayman Al-Sairafi | 2020-10-08 08:33

enter image description here

Lexiand | 2020-10-09 23:42