Godot Version
4.2.2
Question
did i add the Character_class incorrectly?
Those errors are telling you that you haven’t added those actions to your Input Map in the project settings yet. You can go to Project → Project Settings… → Input Map tab → Click in the Add New Action field → Type your action name (move_forward for example) and hit enter (or the + Add button). This will add those actions to your input map, after which you can click the + icon on the right to bring up the event configuration window that will listen for an input. Just press the input you want to assign (or select it from the options it gives) and click OK. Do that for each of your missing actions and the errors should go away.
thought i did this already weird
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.