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

 

반응형

+ Recent posts