Addressables-Sample icon indicating copy to clipboard operation
Addressables-Sample copied to clipboard

Demo project using Addressables package

Results 47 Addressables-Sample issues
Sort by recently updated
recently updated
newest added

Hi! I am using Addressables Package "1.19.17" to create asset bundles on "Unity 2020.3.27f1" and I am getting this error: Exception: Attempting to use an invalid operation handle Call Stack:...

On this forum [here](https://forum.unity.com/threads/convert-extremely-large-scene-to-addressables-without-too-much-pain.710300/), this is mentioned: _In our own prototyping the best model we've come up with is a script that takes all the game objects on a scene,...

I'm receiving an error when building the Play Asset Delivery. My version of Addressables is at 1.18.15. I'm also using the exact Unity version (2020.3.15f2) that the sample uses. When...

I got to this repo from the Unity's official Addressables how-to page: https://unity.com/how-to/simplify-your-content-management-addressables, where it says: > **Where can I learn more about Addressables?** > If you want to use...

I am not able to see any Play asset delivery API referenced , does this not require those API, How to download asset packs on demand kindly let me know.

Hello! I see the disclaimer that these examples are not guaranteed to work, but I am seeing a very strange issue when trying to use Addressables with Play Asset Delivery....

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...

The SyncAddress sample code doesn't work when loading multiple prefabs. Simple Repro: Change the FixedUp code to load 2 cubes and the exception throws with the load percentage at 0.5...

Hi, I'm basically experiencing the issue explained [here](https://github.com/Unity-Technologies/Addressables-Sample/issues/18). The thing is, while I understand that there are shaders that can only be rendered in specific platforms, shouldn't the sample work...

I use DownloadDependenciesAsync to download assets. It doesn't work when I reset network, I hold an AsyncOperationHandler and it's TaskStatus is WaittingToRun. How can I resume download or stop the...