Godot Version
Godot 4.3
Question
I have a test scene where I would like to test things without having to have my VR headset connected every time. In Unity I had a script that detected if my VR headset was connected in the editor. If I wanted to test a scene, this script would activate the XR Origin if the headset was plugged in (and the corresponding camera was called Main Camera). If not, it activated my 3dCharacterController (and its camera) and allowed me to move through my level with WASD.
Is something similar also possible in Godot and is there an example of it? I found some in this topic, but that deals with switching during gameplay and I don’t know if that applies to my question.