From f39be74450278982fe7d96484fae083cc4d7dcbf Mon Sep 17 00:00:00 2001
From: miepzerino <o.skotnik@gmail.com>
Date: Fri, 08 Dec 2023 14:59:43 +0000
Subject: [PATCH] Fixed: PlayerInput analog + Zero Friction Material
---
Assets/Scripts/PlayerController.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Assets/Scripts/PlayerController.cs b/Assets/Scripts/PlayerController.cs
index dea097f..fa0c623 100644
--- a/Assets/Scripts/PlayerController.cs
+++ b/Assets/Scripts/PlayerController.cs
@@ -32,6 +32,8 @@
private void FixedUpdate()
{
+
+ Debug.Log(moveInput.x);
if (moveInput.y == 0)
{
if (rb.velocity.y <= maxFallSpeed)
--
Gitblit v1.10.0