Player falling during first frame at start of scene - Platformer project

Hi everyone,
I don’t understand why at start of scene, the player start in jumping/falling animation for a few frame whereas he actually touches the ground.

Here a capture of it where I actually restart the game multiple time :
RaUOLWlU49

Here is a capture of the player in the editor :
gd1

Here is the project (it’s the standard platformer project, I just add an option to restart the game using ‘r’)
https://drop.chapril.org/download/73fe10051c29d3b0/#nQ7yaEB9D8oSYK_GqMgPVg

What are your though about it ?

1 Like

You need to change your Player’s animation on the scene editor
hr

This is a known issue. A fix has been worked on and is pending review. [Platformer] Fix the platformer object small movement when it is on a platform at startup by D8H · Pull Request #2603 · 4ian/GDevelop · GitHub

1 Like

Thanks ! Hope it will be integrated soon :slight_smile: