Godot Version
4.2.1
Question
var Scene = EditorInterface.get_edited_scene_root()
Scene.name → returns Node3D
Scene.get_tree().get_current_scene() → returns null
how to get the scene name? NOT Node3D which is the root of the scene, but the actual scene’s name??