Hi, I'm completely new to Godot, and following a tutorial on making a game in it. I have an issue now where after hitting run project, my "scenes" folder gets duplicated to a new folder called "Scenes" and then my scripts get errors saying that they hide a global script class, I'm assuming because now there are two of the same script named the same thing.
If I delete the .godot folder from the project folder, I can start the game and play one time. After playing a second time the folder will be duplicated again and I will have the same errors again.
I've tried deleting the duplicate "Scenes" folder, but after playing the game twice again, it appears again.
This duplicated "Scenes" folder does not actually seem to exist in the file system, only the "scenes" folder is there.
Before playing the game twice:
After playing the game twice:
They both have the same records, but the second folder with a capital S does not seem to actually exist:
I'd love any help with this. The engine seems pretty cool so far and I want to keep following tutorials while im hyped about it haha. I'm kinda stopped here though, I've been doing random stuff to get it to work again like deleting files, recreating scripts, and trying to use version 4.0.1 instead of 4.0.2, but no luck