Search Issue Tracker
Duplicate
Votes
44
Found in
5.3.0b4
Issue ID
740602
Regression
No
[Assert] Screen position out of view frustum error printed non stop (Camera::ScreenPointToRay or Camera::ScreenToWorldPoint)
Open Scenes\level1.unity in the attached project and press Play. Notice how the Console gets spammed with "Screen position out of view frustum" errors:
Screen position out of view frustum (screen pos 0.000000, 0.000000, 1555688.750000) (Camera rect 0 0 256 256)
UnityEngine.Camera:Render()
UnityStandardAssets.Water.Water:OnWillRenderObject() (at Assets/MiniGolf/Standard Assets/Environment/Water/Water/Scripts/Water.cs:108)
UnityEditor.DockArea:OnGUI()
Recommendation:
If there are resources for it, add support for double precision to the relevant methods. Otherwise, clamp the far clip plane to never be larger than 1000000 (same max value it had before).
-
stigmamax
Jan 23, 2016 15:52
It's not fixed in 5.3.1p4 !!!!!!!!!!!
-
Roman-Ilyin
Dec 02, 2015 12:42
Seems to be fixed in 5.3.0f
-
Roman-Ilyin
Nov 10, 2015 13:46
Same error as
http://issuetracker.unity3d.com/issues/screen-position-out-of-view-frustum-errorsIt's NOT FIXED in 5.2.2(!)
2D project, Ortho camera
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
- Shader warnings are thrown after building High Definition 3D template
- "EndLayoutGroup: BeginLayoutGroup must be called first" error is thrown when changing Shader Precision Model from the Build Profiles window
- White artifacts/outlines are visible in the Garden Scene when viewing at meshes from a distance
- Shader warnings "Sprite-Unlit-Default" are thrown after building 2D Platrformer Microgame Template
- [Android] HLSL shader becomes corrupted when running on an Android device
This is a duplicate of issue #801555