inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

busan coconev님의 게시글

busan coconev busan coconev

@coconevbusanbuil5701

수강평 작성수
-
평균평점
-

게시글 1

질문&답변

Unable to load dependent bundle from....

AddressableDownloader.cs 스크립트에 DownloadHandle 을 Release 해주시면 잘 되실겁니다. public void StartDownload() { DownloadHandle = Addressables.DownloadDependenciesAsync(LabelToDownload); DownloadHandle.Completed += OnDependenciesDownloaded; Addressables.Release(DownloadHandle); }

좋아요수
0
댓글수
3
조회수
1285