Addressables 빌드 프로세스 중 빌드 퍼포먼스를 확인할 수 있도록 json파일을 생성하고 있어, 각 프로세스 별 소요 시간이나 내용을 확인할 수 있다.
| 방법
1) 크롬을 열고 chrome://tracing 입력

2) 좌상단의 Load 버튼을 클릭하고, 유니티 프로젝트 하위의 Library/com.unity.addressables/AddressablesBuildTEP.json 파일 선택

| 참고
Build Profiling | Addressables | 1.19.19
Build Profiling The Addressables build process always creates a .json log file that contains build performance information. You can find the log file in your project folder at Library/com.unity.addressables/AddressablesBuildTEP.json. View the log file with
docs.unity3d.com
Unity Scriptable Build Pipeline | Scriptable Build Pipeline | 1.21.3
Unity Scriptable Build Pipeline The Scriptable Build Pipeline (SBP) package allows you to control how Unity builds content. The package moves the previously C++-only build pipeline code to a public C# package with a pre-defined build flow for building Asse
docs.unity3d.com
'Workspace > Unity3d' 카테고리의 다른 글
Unity Search 사용 방법 (0) | 2024.08.19 |
---|---|
[Unity3d][Editor][UIToolkit] Flexible한 3개의 Pane 구성하기 (1) | 2023.10.24 |
[Addressable] Default Profile Path 및 관련 변수 (0) | 2023.03.27 |
[Addressable] 번들 패킹 및 네이밍 설정 (0) | 2023.03.27 |
[Addressable] AnalyzeRule 시스템과 GroupSchema 활용 예제 (0) | 2023.03.27 |