Unity-Technologies / Addressables-Sample

Demo project using Addressables package
1.29k stars 298 forks source link

SyncAddressables can't support Use Existing Build mode #49

Open dreamCirno opened 3 years ago

dreamCirno commented 3 years ago

I understand I should use Sync Fast mode. But I need load from remote path. When I build my project , it isn't use Sync Fast mode , but it Use Existing Build mode. So SyncAddressables is not working in this case.

kirstenpilla commented 2 years ago

Hi @dreamCirno thanks for reporting this! The SyncAddressables project has been removed from the repository. Addressables now has a synchronous loading API https://docs.unity3d.com/Packages/com.unity.addressables@1.19/manual/SynchronousAddressables.html