Glossary

"The character moves through walls."

The character has a `CollisionShape2D` but the wall doesn't have one. Add a `StaticBody2D` with a `CollisionShape2D` to act as a wall.

Learn More

Related Terms