HELP!!! I cant get my Godot project to work

Someone tell me what’s wrong with Godot.
I just started Godot the other day and tried to make a first person game.
Its not a coding problem because it affects other projects when I create them.
I followed a tutorial and it worked but then the next day it wouldn’t let me play the game. I could not click on the window and get my mouse to disappear to control the character.


^
l
l
cant click on the game to make my mouse & keyboard control the character.

I know I’m rambling but if someone knows what to do please help!

Might need a bit more there to go on! Happy to help out though. How have you set up your first person character? Do you have a CharacterBody3D node with some shapes set up? Does that Character your using belong to the character or are they separate?

Reply with a link to the tutorial you were on and a screenshot of your “scene tree” and Ill help you get on your way - something like this
image

image

also that collision shape above was made after it stopped working because I wanted to continue adding stuff.

1 Like

Theres not a single script attached to any of the nodes. Your code can only run if the script (containing the code) is to attached to a node

1 Like

yeah it needs a script. Dont worry if you dont want to do any programming, if you add a script to your characterbody3d node it will automatically give you one that works

ok thanks

But what I’m really confused about is why it worked and then the next day zilch.

Maybe you deleted something accidentely. Is it working now?

Has not for a week I think I might try downloading on another computer too see if that works.

UPDATE
I retried the tutorial on another computer and the same one.
I also tried another tutorial.
Is there some kind of settings that I changed by accident that I just don’t know about?

Did u add ur scripts to ur objects? If u did there should be an icon indicating that
image
Like here: the “Player” has a Script and so do the 2 enemies

1 Like