Hi Forux,I was also having this problem, I managed to get around it by
modifying line 219 of OVRManagerEditor.cs.you need to change if
(apis.Length >= 1 && apis[0] ==
UnityEngine.Rendering.GraphicsDeviceType.Vulkan)Toif (apis.Length >= 1
&& apis[0] !...