cancel
Showing results for 
Search instead for 
Did you mean: 

VRC.PC.Performance.7: Unusual distortion and convergence error - How to solve ?

Dreaming100
Explorer

Hi,
I recently submitted my game to oculus but my game got rejected because of the following reason.

VRC.PC.Performance7 : App must render without convergence errors or unusual distortion

They said that "Judder can be seen when the user moves or rotates on the main menu using the control sticks".

How can I solve this problem ? I am using Unity 2019.3.6f1. Please someone help because I am not able to understand why this problem happens. Did anyone else had this problem ?

1 REPLY 1

Dreaming100
Explorer
So I solved it. It could happen because of couple of reasons. 
1. Because of adaptive resolution option in the ovrcamera rig
2. For me, I was moving my player in FixedUpdate, but the camera gets updated in update I think. So, I put the character movement codes in LateUpdate, and I do not have any distortions now