| Default Profile
구분
|
경로
|
비고
|
BuildTarget
|
[UnityEditor.EditorUserBuildSettings.activeBuildTarget]
|
e.g. Android, Windows
|
LocalBuildPath
|
UnityEngine.AddressableAssets.Addressables.BuildPath/{BuildTarget}
|
|
LocalLoadPath
|
UnityEngine.AddressableAssets.Addressables.RuntimePath/{BuildTarget}
|
|
RemoteBuildPath
|
ServerData/{BuildTarget}
|
|
RemoteLoadPath
|
http://loaclhost/{BuildTarget}
|
|
| 주요 경로 변수
변수명
|
경로
|
UnityEngine.AddressableAssets.Addressables.BuildPath
|
Library/com.unity.addressables/aa/Android
|
UnityEngine.AddressableAssets.Addressables.RuntimePath
|
Library/com.unity.addressables/aa/Android
|
UnityEngine.AddressableAssets.Addressables.PlayerBuildDataPath
|
../Assets/StreamingAssets/aa
|
UnityEngine.AddressableAssets.Addressables.LibraryPath
|
Library/com.unity.addressables/
|
반응형
'Workspace > Unity3d' 카테고리의 다른 글
[Unity3d][Editor][UIToolkit] Flexible한 3개의 Pane 구성하기 (1) | 2023.10.24 |
---|---|
[Addressable] 빌드 프로파일링 가이드 (0) | 2023.03.27 |
[Addressable] 번들 패킹 및 네이밍 설정 (0) | 2023.03.27 |
[Addressable] AnalyzeRule 시스템과 GroupSchema 활용 예제 (0) | 2023.03.27 |
SerializeField와 ? 연산자 (0) | 2023.03.24 |