cant make collison work.

Question

Ive tried to follow a youtube guide to create my first game. now ive got tiles and a sprite with idle animation. but he falls through the ground. cant seem to find the issue. Is there a gdot discord so that i can share my screen with someone thats more familiar with the engine? im enterily new to game making.

Hi,

Is there a gdot discord so that i can share my screen with someone thats more familiar with the engine?

You’re asking that on the Godot engine forum help section so I would say you are in the right place already. Feel free to find a user group of your choice here if you want too: User Groups – Godot Engine

About your issue, the first possible reason that comes to mind is that either the ground or the character (or both) has a missing collider. Make sure you have added the right nodes with the right collision shapes first. If a node does not have any collision added, it’s normal that it goes through other objects.

If the colliders are there, the layer flags need to match, or at least overlap.