사용하지 않는 로그 제거
This commit is contained in:
parent
fbc9c88d59
commit
2c00c795f6
@ -202,7 +202,6 @@ public void SetPush(Vector3 pushDirection, float pushPower)
|
|||||||
public void OnMove(InputAction.CallbackContext context)
|
public void OnMove(InputAction.CallbackContext context)
|
||||||
{
|
{
|
||||||
var movementInput = _moveAction.ReadValue<Vector2>();
|
var movementInput = _moveAction.ReadValue<Vector2>();
|
||||||
Debug.Log($"Move{movementInput.x} {movementInput.y}]");
|
|
||||||
_inputDirection = new Vector3(movementInput.x, 0, movementInput.y).normalized;
|
_inputDirection = new Vector3(movementInput.x, 0, movementInput.y).normalized;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user