Search Issue Tracker
Fixed in 2020.1.X
Votes
4
Found in
2020.1
2020.1.0b2
2020.2
Issue ID
1229243
Regression
No
[XR][URP] "Can't calculate the eye texture aspect ratio" errors spammed in the Console when resizing the Game Window while in VR
Repro steps:
1. Open attached project
2. Enter Play Mode with a VR headset connected to the machine
3. Try resizing the Game Window
4. Observe the Console
Actual: "Can't calculate the eye texture aspect ratio. Culling/Shadows are likely to break.
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)" spammed in the Console
Reproducible with: 2020.1.0b4, 2020.2.0a5
Comments (2)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
EricHFrazer
Jul 27, 2020 05:26
I'm getting this bug too, when I call SetStereoViewMatrix.
Mauro1965
Apr 28, 2020 06:38
I have a similar error:
Can't calculate the eye texture aspect ratio. Culling/Shadows are likely to break.
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Unity 2019.3.7f1 , URP 7.1.8 and XR 3.0.6
This error appears even in a empty scene with only a camera with a Tracked Pose Driver in VR stereo mode.
No way to avoid it.
No