Workspace/Unity3d
[Addressable] Default Profile Path 및 관련 변수
Bombus
2023. 3. 27. 18:53
| 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/
|
반응형