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.
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
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
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?