@coconevbusanbuil5701
Số lượng đánh giá đã viết
-
Xếp hạng trung bình
Hỏi & Đáp
Unable to load dependent bundle from....
AddressableDownloader.cs 스크립트에DownloadHandle 을 Release 해주시면 잘 되실겁니다. public void StartDownload() { DownloadHandle = Addressables.DownloadDependenciesAsync(LabelToDownload); DownloadHandle.Completed += OnDependenciesDownloaded; Addressables.Release(DownloadHandle); }