From 0fb59ba9059a62767b2126c2fdcdc9c33171918f Mon Sep 17 00:00:00 2001 From: qoralstmd6825 Date: Fri, 30 Jan 2026 19:53:09 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=A4=EB=8B=AC=EB=A6=AC=EA=B8=B0=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=ED=94=BD=EC=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/PlayerMovement.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/Scripts/PlayerMovement.cs b/Assets/Scripts/PlayerMovement.cs index a23fefb..c21e27e 100644 --- a/Assets/Scripts/PlayerMovement.cs +++ b/Assets/Scripts/PlayerMovement.cs @@ -21,6 +21,7 @@ public class PlayerMovement : MonoBehaviour private void Awake() { _rigidbody2D = GetComponent(); + _collider2D = GetComponent(); } private void FixedUpdate()