Blixt
Results
2
issues of
Blixt
Whener I'm trying to spawn a car the game crashes.
 I get this error upon building and godot can't find XR Interface using this code ``` extends Node3D var xr_interface: XRInterface func _ready(): xr_interface = XRServer.find_interface("OpenXR") if xr_interface and...