Godot Version
4.2.1
I am new to Godot and I am using this tutorial to learn a bit about it. I am trying to make a tower defense game where you aim and shoot with the mouse from your main tower in the middle.
I have followed the tutorial step for step and made it to part 5 where it teaches you how to actually create bullets and fire them from the player character. That’s when I learned that, for some reason my inputs, whether it be mouse, keyboard, or controller will not work.
The code is right. I have it mapped in the project settings. I took it all and tried it in another project and it worked there, so I remade the entire game in a new project, only for the inputs to stop working again.
The only piece of control the game even has at this point is to just print(“shoot”) and it won’t no matter what button I hook it to.
I just want to know what is happening even if there is no solution. It’s driving me mad!
Thank you for your time and I apologize if it’s super simple.