Platforms are invisible for some reason?

Godot Version

4.2.1? I think?

Question

I’ve been following Brackey’s video guide titled “How to make a video game - Godot beginner tutorial”
And I came to platforms, I gave it a sprite, gave it a collision box, moved it into my game scene - and for some reason its not there? I can’t bump into it, can’t see it when I playtest, but it’s there when I’m looking at the scene as a whole


Which node do you using for the platform? it is not static body 2d

AnimatableBody2d, probably chose a wrong one by accident

1 Like

I changed it to StaticBody and encountered a new error. Now the platform moves, I can see it, but the player doesn’t move with it when it’s moving.

Move away the platform from player and please explain the problem, you mean that player not stands still on platform?

I mean that whenever the player jumps on a platform - the platform continues moving forward, but the player doesn’t move with it (the platform moves forwards and backwards). Player stays at the same place he landed on and just slides off when the platform leaves.

1 Like

Check this video for your problem

It helped. Thanks

1 Like