쫑가 과정

unity 성능 문제 진단 본문

Unity/성능 분석

unity 성능 문제 진단

쫑가 2022. 1. 18. 20:06

https://docs.unity3d.com/Manual/Profiler.html?_ga=2.120983496.1124442735.1642413402-799087850.1642413402 

 

Unity - Manual: Profiler overview

Disabling garbage collection Profiling your application Profiler overview The Unity Profiler is a tool you can use to get performance information about your application. You can connect it to devices on your network or devices connected to your machine to

docs.unity3d.com

Window > Analysis > Profiler

Profiler 도구는 게임의 성능에 대한 자세한 정보를 제공한다.

게임에 낮은 프레임 속도나 높은 메모리 사용량과 같은 문제가 있는 경우 Profiler 도구는 이러한 문제의 원인을 보여주고 해결하는 데 도움을 줄 수 있다.

 

Profiler 창을 사용하여 게임에서 메모리를 사용하는 방법, 다양한 작업에 CPU 시간이 얼마나 사용되는지, 물리 계산이 수행되는 빈도와 같은 게임 성능의 다양한 측면에 대해 볼 수 있다.

 

가장 중요한 것은 이 데이터를 사용하여 게임에서 성능 문제의 원인을 찾고 해결하려는 시도의 효율성을 측정하는 데 도움이 될 수 있다는 것.

 

https://learn.unity.com/tutorial/diagnosing-performance-problems-2019-3#60456a4aedbc2a3ba0d195de

 

Diagnosing Performance Problems - 2019.3 - Unity Learn

A profiling tool gives detailed information about how a game is performing. The Profiler window is a powerful profiling tool that is built into Unity. This tutorial describes what the Profiler window is used for and how to use it to diagnose performance pr

learn.unity.com

 

Comments