hello I am fairly new to godot I managed to hook it up to my vscode how ever when ever I work on my game I am face with the same error in my terminal.
ERROR: Resource: 'res://Scripts/MainMenu.gd' is already being loaded. Cyclic reference?
At: core/io/resource_loader.cpp:361
I didnt pay much attention to it till I had to implement my pause functionality and my debugger gave me this error:
E 0:00:00.602 load: Resource: 'res://Scenes/MainMenu.tscn' is already being loaded. Cyclic reference?
<C++ Error> Condition "!success" is true. Returned: RES()
<C++ Source> core/io/resource_loader.cpp:361 @ load()
any advice please