Im very much a novice when it comes to developing anything more complex than a nice looking scene with a few drag and drop components.
The issue im having is that when I click the play button on my unity project the head mounted display, in this case the HTC Vive does not light up and the following error is shown at the bottom of the screen
Shared IPC Compositor Invalid Connect Response (307)
UnityEngine.Debug:Log(Object)
SteamVR:ReportError(EVRInitError) (at Assets/SteamVR/Scripts/SteamVR.cs:138)
SteamVR:CreateInstance() (at Assets/SteamVR/Scripts/SteamVR.cs:100)
SteamVR:get_instance() (at Assets/SteamVR/Scripts/SteamVR.cs:51)
SteamVR_Camera:OnEnable() (at Assets/SteamVR/Scripts/SteamVR_Camera.cs:100)
UnityEngine.GameObject:AddComponent()
SteamVR_Camera:ForceLast() (at Assets/SteamVR/Scripts/SteamVR_Camera.cs:244)
SteamVR_Camera:Awake() (at Assets/SteamVR/Scripts/SteamVR_Camera.cs:191)
I am wondering what exactly is causing this problem and how to fix it, side note i have no idea if the above block of text is useful at all, please feel free to ask me for any more information. The steam vr plugin has worked perfectly up to this point allowing me to view my scene through the HMD.
Thanks in advance for any help.
↧