Hey all, just wanted to let you know that there is a repo online with sample projects using addressables. Our intent is to continue to grow this. The samples are broken into two categories, “Basic” for those just learning how to use addressables, and “Advanced” to show how some advanced extension usages could be accomplished.
https://github.com/Unity-Technologies/Addressables-Sample
Currently we have 4 samples:
- (basic) working with scenes
- (basic) working with AssetReferences
- (advanced) using a custom build script to generate texture assets at alternate resolutions for performance
- (advanced) synchronous addressables
Look over the readme for more info. As we have more samples we’ll post them here.