hello, I just upgrade to Unity5.5, and import Unity Assets, Unity VR samples and SteamVR plugins.
The unity water with Unity VR demo, I find the water reflection was incorrect.
Nearly a year later there are still problems with OpenVR and Unity’s pro water prefabs. I can’t release an update giving Vive support because of it and there appears to be no end in sight. Is this the case or is anyone looking into it? Wish I was smart enough to fix it myself.
I’ve got water reflections working correctly in OpenVR and posted about it somewhere, but can’t find the thread. From memory: You need to have two cameras in OpenVR and assign one to left eye and one to right eye. What I ended up doing is defaulting the scene with two cameras, then destroying one of them if it was Oculus or regular monitor mode so it didn’t end up rendering everything twice. This worked fine, water reflections on Unity’s water were correct on Vive with OpenVR SDK, Oculus on Oculus SDK, and regular monitors. You might try searching my posts for it for more info if needed.