본문 바로가기
개발/Unity

Unity) Frame Debugger

by 테샤르 2021. 6. 2.

Frame Debugger

프레임 디버거는 현재 Display에 있는 한 프레임에 대한 정보를 분석해주는 Unity 내장 분석 툴이다.

[Window]-[Analysis]-[Frame Debugger] 메뉴를 선택하면 Frame Debug 창이 나온다.

오는데 여기에서 Play 도중에 Enable 버튼을 누르면 아래와 같이 해당 한 프레임당 그려지는 순서 및 Batch에 관련된 정보를 준다. Texture / Font / 등 화면을 그려지기 위한 레이어 순서 및 불필요한 리소스를 확인이 가능하다.

쉐이더 속성값 / 렌더링 순서 / 조명 등 여러 가지 면에서 최적화 포인트를 확인도 가능하다.

 

Unity Frame Debugger  : [ 링크 ]

 

Unity - Manual: Frame Debugger

Rendering statistics window How do you use documentation throughout your workflow? Share your experience with us by taking this survey. Frame Debugger The Frame Debugger lets you freeze playback for a running game on a particular frame and view the individ

docs.unity3d.com

 

★★☆☆☆

 

반응형

댓글