Merge branch 'PlayerController-Rigidbody' into main

This commit is contained in:
DerTyp187
2021-10-01 21:29:04 +02:00
5 changed files with 31 additions and 36 deletions

View File

@@ -30,6 +30,8 @@ public class PlayerMovement : MonoBehaviour
Vector3 movement;
private void Start()
{
rb = GetComponent<Rigidbody>();