Search Issue Tracker

Fixed in 5.2.2

Votes

45

Found in

5.2.0b3

Issue ID

713457

Regression

Yes

[2D] Screen position out of view frustum errors

Scene/Game View

-

Open scene Game in attached project. Reimport all assets in the Project and notice 8 errors about "Screen position out of view frustum" (seem to come from Handles-related code).

Comments (59)

  1. MHorvath1285

    Feb 14, 2017 03:49

    Still happening and I have 5.5.1f1 version.

  2. Shrikky23

    Dec 22, 2016 00:39

    Happens in 5.5 , using 0.3 near scale and positions and scale of objects have high number (I am working on a space game, trying to max out things at 99999. Using VR as well.

  3. ThaiCat

    May 17, 2016 09:24

    Issue still exists. unity 5.3.4f1

  4. kennel_

    Jan 31, 2016 19:12

    Happens in 5.3.1f1.
    2d project. Exit Play mode helps.

    Some messages (they seem to appear every frame endlessly):

    Screen position out of view frustum (screen pos 0.000000, 0.000000, 1000.000000) (Camera rect 0 0 359 638)
    UnityEditor.DockArea:OnGUI()
    --------------------------------
    Screen position out of view frustum (screen pos 0.000000, 638.000000, 1000.000000) (Camera rect 0 0 359 638)
    UnityEditor.DockArea:OnGUI()
    --------------------------------
    Screen position out of view frustum (screen pos 175.000000, 484.000000) (Camera rect 0 0 359 638)
    UnityEngine.SendMouseEvents:DoSendMouseEvents(Int32)

  5. nasos_333

    Jan 27, 2016 08:34

    I get the same issue in 5.3.1p4 with the Water4 reflection script from standard assets.

    It also happens in 3D mode (but is more rare and is not spammed)

    Also i get the "!IsFinite(outDistanceForSort)" error when i use this script with particles with the error pointing in the exact same code line of the "Screen position out of view frustum" error.

    As a first semi-solution try to check for Camera.transform.eulerangles != Vector3.Zero around the Camera.Render() code, this seems to solve it a bit (though still happens).

    Link to a related forum thread: http://forum.unity3d.com/threads/isfinite-outdistanceforsort.39541/

  6. BAIZOR

    Jan 25, 2016 09:55

    Still having it in 5.2.4f1

  7. SuperDamien

    Jan 24, 2016 16:00

    Issue still present in 5.2.3, after experiencing the issue it also broke script components in game objects in the unity editor.

  8. sponge_nabihah

    Dec 22, 2015 02:36

    I did removing the error!

    I just try clicking the "play" button to start reviewing your game and all the error are gone~

  9. InspiratedOfAmiga

    Dec 07, 2015 17:31

    (My english not native) I got also exactly same error, but it come when I changed
    Unity\Editor\Data\Resources\ScriptTemplates\81-C# Script-NewBehaviourScript.cs.txt

  10. webik150

    Dec 06, 2015 09:25

    Still having this in 5.2.3f1

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.