Hi,
I'm new to Godot, trying to get Oculus VR scene working on Linux, but it only gives me an error:
Oculus VR start scene: Attempt to call function 'new' in base 'NativeScript' on a null instance.
on oculus_first_person.tscn line 13
var config = preload("res://addons/godot-oculus/oculus_config.gdns")
if config:
oculus_config = config.new()
Anyone able to help me, what I did forget to install, or how to fix that?