KevinComerford/zero_lab_renderer

Cannot change renderViewportScale while cameras are rendering!

Closed this issue · 2 comments

I got this error when Adaptive Quality Enabled check box is on.

Cannot change renderViewportScale while cameras are rendering!
UnityEngine.XR.XRSettings:set_renderViewportScale(Single)
ValveCamera:UpdateAdaptiveQuality() (at Assets/Libraries/TheLabRenderer/Scripts/ValveCamera.cs:871)
ValveCamera:OnPreCull() (at Assets/Libraries/TheLabRenderer/Scripts/ValveCamera.cs:562)

Do you have any idea to fix this?
I use Unity 2017.3.1f1

OK it seems I found a workaround.
Changing two Macros from #if UNITY_5_5 to #if UNITY_5_5_OR_NEWER worked.

Interesting. I can't seem to reproduce it. The #if UNITY_5_5 was a workaround fix before unity fixed it internally. ValveSoftware#17