- Home /
Screen position out of view frustrum??
Hey all! I've got no clue what this error means. I have already searched around, but the only answers I found are "It fixed itself." I have a second camera rendering a separate image in the screen like this:
The full error I get is:
Screen position out of view frustum (screen pos 0.000000, 0.000000, 1000.000000) (Camera rect 0 0 553 272)
UnityEngine.Camera:Render()
UnityStandardAssets.Water.PlanarReflection:RenderReflectionFor(Camera, Camera) (at Assets/Downloaded/Standard Assets/Environment/Water/Water/Scripts/PlanarReflection.cs:200)
UnityStandardAssets.Water.PlanarReflection:RenderHelpCameras(Camera) (at Assets/Downloaded/Standard Assets/Environment/Water/Water/Scripts/PlanarReflection.cs:97)
UnityStandardAssets.Water.PlanarReflection:WaterTileBeingRendered(Transform, Camera) (at Assets/Downloaded/Standard Assets/Environment/Water/Water/Scripts/PlanarReflection.cs:114)
UnityStandardAssets.Water.WaterTile:OnWillRenderObject() (at Assets/Downloaded/Standard Assets/Environment/Water/Water/Scripts/WaterTile.cs:59)
I know the error has to do with rendering the water reflections or something, but I dont know how I can fix it. Any help would be appreciated.
$$anonymous$$ight be worth mentioning I get two of these errors? Possibly one for each camera?
Your answer
Follow this Question
Related Questions
Planar reflection is getting cut off when using camera with an oblique viewing frustrum 0 Answers
Realtime Reflections in VR - Cross-eyed 0 Answers
Camera attached Error. 1 Answer
Error when player get's shot 1 Answer
'UniversalAdditionalCameraData' has been destroyed but you are still trying to access it. 1 Answer