Added NoFriction Material

This commit is contained in:
DerTyp187
2021-10-01 13:44:51 +02:00
parent 3cc2f2be1f
commit 5a2387c47f
6 changed files with 273 additions and 42 deletions

View File

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