Hello everybody,
I’m working on a VR network application using UNet. I’m using the LobbyManager prefab from the free Network Lobby asset in the asset store. When I create a local host the “Play Scene”, as defined in the Lobby Manager inspector, is loaded and my player prefab is instantiated. My player prefab contains a deactived [CameraRig] prefab from the SteamVR plugin. The [CameraRig] is actived on a “OnStartLocalPlayer ()” call. The issue I’m facing is as follows:
Sometimes nothing happens and I can happily look around my multiplayer scene. But some other times SteamVR stops tracking completely immediatly after changing from my Lobby to my Play Scene. On the SteamVR status window the lighthouse symbols become grey immediatly and the HMD symbol starts flashing green and turns grey with a green edge shortly after.

I read that this kind of error is not induced by SteamVR but by Unity.exe. But I have no idea what is causing this random error. I hope some of you can point me into the right direction.
with kind regards
Sebastian