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
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
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