Search Issue Tracker
Fixed in 2020.2.X
Votes
1
Found in
2019.3.0f1
2019.3.0f6
Issue ID
1215016
Regression
No
[Ubuntu] Adding a Canvas UI object causes frustum errors to appear in console
The following error spews to the console if a Canvas UI is added.
Screen position out of view frustum (screen pos 639.320984, 988.000000) (Camera rect 1 988 1334 0)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Steps to reproduce
- Create a new project in 2019.3.0f6
- Add a UI, Canvas to the hierarchy
Notice issue >> Errors in console. If you resize menus or edit the scene view, the error continues to spew.
Broken: Ubuntu, 2019.3.0f6, 2019.3.0f3, 2019.3.0f1
Working: macOS 2020.1.0a20, 2019.3.0f5, 2019.3.0f1
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
Add comment