How to open a sceneA (.tscn) directly in the editor (not when playing the game but when editing it) using other sceneB with a script (.gd)?
The sceneB is using the "Tool Mode" (tool in the top of script) and have a button with the relative path of sceneA.
The idea would be to click the button in sceneB and open the sceneA for editing directly in the editor, in a new tab.