Blixt

Results 2 issues of Blixt

Whener I'm trying to spawn a car the game crashes.

![image](https://github.com/user-attachments/assets/913b4be5-57d3-4407-98df-55c7574a9870) 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...