Glossary

"My character falls through the floor."

Does the floor have a `CollisionShape2D` / `CollisionShape3D` child with an actual shape assigned? - Are the collision layers / masks set so the character and floor can see each other? - Is the character a `CharacterBody2D` using `move_and_slide()` (not a `RigidBody2D`)?

Learn More

Related Terms