in my game, the player will jump continuously. how can i make my player jump consistently on the platform. it is jumping sometimes higher and sometimes lower.
Develop games in your browser. Powerful, performant & highly capable.
It's called "analog jump" which is jump height determined by how long player press jump input. If you want consistent jump height just set jump sustain to O in platform behavior properties.