Open fragmentvr-dev opened 6 years ago
Unity initializes OpenVR as an scene application when VR support is enabled. In order to use Unity's native virtual reality support Unity itself would have to be updated to fully support overlay applications (initialize as overlay application and provide an overlay API).
But you don't actually need Unity's native VR support to build an overlay. None of the Unity XR APIs are useful for building an overlay application. The SteamVR Unity Plugin already has all the APIs you need built-in.
The problem there of course is you need to run the SteamVR Unity plugin without enabling Unity's VR support. Which the plugin doesn't currently allow and is the goal of #108 and #336.
It seems that if you enable unity's native virtual reality support in the player settings you can't build an overlay only application. Is there any way around this?