Godot Version
4.4.1
Question
` Followed the tutorial to a T and I dont understand why my inputs dont do anything, please see below:
`
4.4.1
` Followed the tutorial to a T and I dont understand why my inputs dont do anything, please see below:
Try adding some print() statements into your code to see what is triggered and what is not triggered.
Even just simple print("test") in a correct place is sometimes enough to understand and fix the issue.
You’re going to need to give more information than “they don’t work”. You’re using the default Input Map actions. They will work with a keyboard or controller. Your code also looks fine, though in the future please copy and paste it between two sets of ``` above and below the code. In fact your code just looks like the default template code.
So tell us what you are doing, what happens, and what you are expecting to happen.