Skip to content

Commit 3c2c4e7

Browse files
Add files via upload
1 parent 8f3e48e commit 3c2c4e7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

FreeLook.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ void Update()
5656
inputH = Input.GetAxis("Horizontal");
5757
inputV = Input.GetAxis("Vertical");
5858

59-
Debug.Log(inputH);
60-
Debug.Log(inputV);
61-
6259
Vector3 moveDirection = (transform.forward * inputV + inputH * transform.right).normalized;
6360

6461
if(Input.GetKey(KeyCode.X))

0 commit comments

Comments
 (0)