expressobits / character-controller

Modular Character Controller for Godot 4. Includes FPS version with headbob and camera movement. (Walk, Crouch, Sprint, Swim and Fly Mode).
https://godotengine.org/asset-library/asset/1567
MIT License
299 stars 12 forks source link

Pressing keys does nothing #30

Open home-gihub opened 3 weeks ago

home-gihub commented 3 weeks ago

i put the fps controller scene into my main scene. I pressed play but nothing was happening.

scriptsengineer commented 3 weeks ago

Check if your camera is within fps

home-gihub commented 3 weeks ago

i mean the camera works it just doesn't move

scriptsengineer commented 3 weeks ago

Are you receiving warnings? confirm that the keys are configured in your project configuration See here more information https://github.com/expressobits/character-controller/wiki/Example