1 Open Issue Need Help Last updated: Sep 13, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The user reported an issue where gravity was not functioning as expected, despite adding a Rigidbody component. The problem was identified as using the 3D `Rigidbody` component instead of the correct 2D `Rigidbody2D` component for a 2D context. The solution involves ensuring the appropriate 2D physics component is used.

Complexity: 1/5
good first issue