Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
0
Found in
6000.0.66f1
6000.3.5f1
6000.4.0b5
6000.5.0a5
Issue ID
UUM-132309
Regression
No
“Screen position out of view frustum...” errors are thrown when zooming out in the Scene view after creating UI GameObject
Reproduction steps:
1. Create a new project
2. Create any UI GameObject (GameObject > UI (Canvas))
3. Make sure Canvas or child GameObject is selected in Hierarchy and zoom out in the Scene view
4. Observe the Console
Actual result:
{code:java}
Screen position out of view frustum (screen pos 948.953186, 482.449738, 2841433600.000000) (Camera rect 0 0 1896 967)
UnityEditor.RectTransformEditor:OnSceneGUI ()
(wrapper dynamic-method) object:lambda_method (System.Runtime.CompilerServices.Closure,UnityEditor.Editor)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
{code}
errors are spammed in the Console
Expected result: No warnings or errors are thrown
Reproducible with: 6000.0.66f1, 6000.3.5f1, 6000.4.0b5, 6000.5.0a5
Reproduced on: macOS Tahoe 26.2 (M4), Windows 11
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader warning in 'Hidden/Core/DebugOccluder' thrown after building High Definition 3D Sample Template
- Audio Mixer “+” buttons overlap with UI when the Audio Mixer window layout is set to Horizontal
- "Clear" button in the "Set project display name" closes all the pop-up instead of clearing just a name from the field
- Video Player renders no video on specific devices when using Vulkan
- The Editor slows itself down by showing tons of warnings when the majority of TransformAccessArrays content are NullRefs
Add comment