Godot Version 4.2.2
Question
Error: Class “Player” hides a global script class
I’ve got a problem. I’m working on a one project, and check how to write scripts from another project. So I have a script, that has a same class_name in those projects. Those projects are located way too far from each other, so I have no idea how this engine loads a script from another project, that has no connection to another one.
My current project’s script:
Another template project, that I use for learning:
These two screenshots are from different projects…

