Unity/Unity 이슈

Addressable 버전 업 이후 제대로 작동을 하지 않는 경우

lipnus 2022. 11. 30. 21:46
반응형

 

Problem

System.Exception: Unable to load dependent bundle from locationUnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1/<>c__DisplayClass57_0<System.Collections.Generic.IList`1<UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle>>:<add_CompletedTypeless>b__0 (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle`1<System.Collections.Generic.IList`1<UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle>>)DelegateList`1<UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle`1<System.Collections.Generic.IList`1<UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle>>>:Invoke (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle`1<System.Collections.Generic.IList`1<UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle>>) (at Library/PackageCache/com.unity.addressables@1.19.19/Runtime/ResourceManager/Util/DelegateList.cs:69)UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1/<>c__DisplayClass57_0<UnityEngine.ResourceManagement.ResourceProviders.IAssetBundleResource>:<add_CompletedTypeless>b__0 (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle`1<UnityEngine.ResourceManagement.ResourceProviders.IAssetBundleResource>)

 

 

Solution

addresable 1.19 버전의 에러인 것 같다.

https://forum.unity.com/threads/system-exception-unable-to-load-dependent-bundle-from-location.1296789/

 

1.21로 Package를 업데이트하니 해결.

Package Manager에 해당 버전이 나타나지 않는 경우, 아래 포스트 참고

https://sunpil.tistory.com/550

 

[Unity] Package Mannger 버전 올리기

다른 버전의 Package들이 Package Manager에 나타나지 않는 경우, 아래와 같이 설정해서 버전을 변경할 수 있다

sunpil.tistory.com

 

반응형