Strange script file found in my project

Godot 4.3

I found this file in my scripts editor and I’m not sure why it is there or what it does. It doesn’t end with .gd like the others.

It’s a built-in/embedded script, one of your nodes in this scene is using it as evidence of “area3d_test.tscn::” in the name. These can be created by ticking the built-in box when attaching a new script or by making a script unique. I believe they can unintentionally appear if a saved script is deleted but not removed from the node.

1 Like

Can I delete it? It doesn’t show up in the file system

You must deattach it from it’s node, close the script from the script panel, and save the scene

Thanks!