Open Issues Need Help
View All on GitHub 3D用コンポーネントと2D用コンポーネントの注意 about 2 months ago
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