Godot Help
If you are looking to ask a question about or need help with an issue using the Godot game engine. Please don't forget to mark the "Best Answer" if a solution is posted.
Latest engine news:
- O
Help! The bullet spawn position is inconsistent when I shoot while moving.
- JulianoBZ replied
- Hey guys! As I said in the title, I'm prototyping an FPS but I'm having problems when spawning bullets while moving. It's like the bullets are getting the muzzle position from the last frame, not the ...
- G
Running a Godot HTML export on itch.io is saying it needs an internet connection
- GurfyPerson replied
- This is what it looks like: I know it says I'm in localhost but it does this exact thing when I run on itch.io too, and seeing as I can't run a localhost python server thingie on itch.io, I am stuck. ...
- D
Having a hard time "Nonexistant function 'save_to_file' in base 'Nil'."
- DaveTheCoder replied
- I'm tryin to code a save system for my project, and I wanted it to be accessible from any code anywhere so I made a script "SaveGame.gd" and in project settings made it an auto load called "Saver". Th...