godotengine / godot-demo-projects

Demonstration and Template Projects
https://godotengine.org
MIT License
5.74k stars 1.59k forks source link

2D Platformer Demo: bullet fall through the floor #929

Open xalerthur opened 1 year ago

xalerthur commented 1 year ago

Which demo project is affected: 2D Platformer Demo (KinematicBody)

Issue description: Bullet fall through the floor (see video below from 5th second).

https://github.com/godotengine/godot-demo-projects/assets/117278890/21b2f784-7398-44ec-b949-2747bb18680d

xalerthur commented 1 year ago

And not only through floor...

https://github.com/godotengine/godot-demo-projects/assets/117278890/be0343cc-7ac5-45b2-b0db-0952250f5b19

Calinou commented 1 year ago

This demo is being remade entirely in https://github.com/godotengine/godot-demo-projects/pull/922, which may fix the issue. You can also check the original 3.x version of the new demo here: https://github.com/godotengine/godot-demo-projects/tree/3.x/2d/platformer