Noob here following a simple tutorial and cant get my character to respond to movement input.

Godot Version

Replace this line with your Godot version

Question

I attached the built in “2d basic movement” script to my characterbody2d, and my character now at least has gravity and is falling onto my world boundary. However, my character is just standing there and wont respond to input. Ive checked keybinds which are good.

I’m sure its something super stupid but any help would be greatly appreciated.

Add print() statements to your code to understand what’s happening in the code.

1 Like