Unity3D 5.5 on SteamVR, Water reflection incorrect, need help!!!

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.


here is the SteamVR screenshot.2881016--211522--QQ图片20161210005350.png
here is the UnityEditor game window screenshot.

I hope Unity fix the water reflection problem or I need help because my project need it.
Thanks,

S.Z.

I have the same problem.
There is the same reflection problem as water of standard asset.

Related URL

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.

2 Likes

same problem, my project needs water reflections, please fix ASAP

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.

1 Like