본문 바로가기
PROGRAMING📚/Unity📑

[유니티 Unity]Error : Screen position out of view frustum 해결 하기

별찌루 2023. 1. 10.
728x90
반응형

 

Screen position out of view frustum 해결 하기 

 


 

 

게임 개발 중에 평소와 같이 실행을 하고 있었는데

갑자기 다음과 같은 오류가 뜨면서 몇백개의 경고창이 뜨는것을 발견했다.

 

 코드 내용 ▽

더보기

Screen position out of view frustum (screen pos 0.000000, 0.000000, 3215.134766) (Camera rect 0 0 839 900)

UnityEngine.Rendering.Universal.UniversalRenderPipeline:RenderSingleCamera (UnityEngine.Rendering.ScriptableRenderContext,UnityEngine.Camera)

StylizedWater.PlanarReflections:DoPlanarReflections (UnityEngine.Rendering.ScriptableRenderContext,UnityEngine.Camera) (at Assets/Assets/Stylized Water For URP/Scripts/Runtime/Reflections/PlanarReflections.cs:208)

UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

이게 뭔가 하면서 인터넷에 검색을 했는데 한 사이트에서 해결책을 주었다.

 

Water 스크립트에 오류가 있어서 게임 플레이가 매우 느려지고 있습니다.

방금 내 장면 창을 2D 뷰에서 3D 뷰로 전환했습니다.그리고 해결했다.

 

이 글을 보고 바로 2D에서 3D로 전환했더니.. 해결됨... 허무

 

 

출처: <https://forum.unity.com/threads/screen-position-out-of-view-frustum.9918/>

 

 

 

 

728x90
반응형

댓글