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
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- Package Manager Filters (Status) dropdown is different color than Packages, Sort or Add package dropdowns
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