본문 바로가기
프로그래밍/Unity Engine

Unity 메모리 프로파일링

by neive 2023. 1. 30.
728x90

 

 

 

https://docs.unity3d.com/kr/2021.3/Manual/ProfilerMemory.html

 

메모리 프로파일러 모듈 - Unity 매뉴얼

Unity에서 애플리케이션의 메모리 사용량을 분석하는 방법에는 다음의 두 가지가 있습니다.

docs.unity3d.com

 

 

https://resources.unity.com/games/ultimate-guide-to-profiling-unity-games

 

Ultimate guide to profiling Unity games

The Ultimate guide to profiling Unity games features best practices from Unity experts on how to profile and improve the performance of your game on any platform.

resources.unity.com

 

 

https://docs.unity3d.com/Packages/com.unity.memoryprofiler@1.0/manual/snapshots-comparison.html

 

Compare two snapshots | Memory Profiler | 1.0.0

Compare two snapshots You can use the Compare Snapshots mode in the Snapshots component to compare two snapshots together. When you enable this mode, select any two snapshots to open them both in a comparison view in the Main component. Make sure to read a

docs.unity3d.com

 

 

https://docs.unity3d.com/Packages/com.unity.memoryprofiler@1.0/manual/find-memory-leaks.html

 

Find memory leaks | Memory Profiler | 1.0.0

Find memory leaks Memory leaks cause your application to perform worse over time and might eventually lead to a crash. Memory leaks typically happen for one of two reasons: Your project lacks code to release an object from memory, which leads to the object

docs.unity3d.com

메모리 누수 찾기

 

 

Resources.UnloadUnusedAssets();
728x90

'프로그래밍 > Unity Engine' 카테고리의 다른 글

Unity 주변 랜덤  (0) 2023.01.29

댓글