Godot Version
Godot 4.5
Question
I was following a tutorial course on youtube by netninja and somehow i did somthing that now the laser wont load in, the asteroids dont generate, the health bar doesnt appear and the stars wont scatter to random points would love someone to tell me whats wrong
the link to the googledrive https://drive.google.com/file/d/14j_Th_yqnX9IljeMiHkc3ElDxSqu_KQ1/view?usp=drive_link
Hi,
Your link cannot be accessed publicly, and I’m not sure anyone’s going to download your project to try it out. If your project is that messed up, there must be errors showing up in the console. Could you share that?
Do you remember the last thing you’ve done that could have break the project? Sometimes bugs seem very dramatic but comes from a simple change that could be easily fixed.
Also, I’d suggest you do some backups next time you work on your project, or use a version control software such as git, that prevents these kind of bugs from happening (technically they can happen, but you can rollback in your project history easily).
3 Likes