질문&답변
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





