This commit is contained in:
2024-04-05 11:25:37 +02:00
parent 9d3a6896ec
commit 546abd2883
2 changed files with 282 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ public class carcontrolv2 : MonoBehaviour
}
// Update is called once per frame
void Update()
void FixedUpdate()
{
float vInput = Input.GetAxis("Vertical");