LiuyangNice / com.unity.addressables

[Mirrored from UPM, without any changes. Maintained by Needle. Not affiliated with Unity Technologies.] 📦 The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked "addressable", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.Use Window->Asset Management->Addressables to begin working with the system.Addressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.For usage samples, see github.com/Unity-Technologies/Addressables-Sample

Home Page:https://docs.unity3d.com/Packages/com.unity.addressables@1.18/manual/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Addressable Assets info placeholder

About

[Mirrored from UPM, without any changes. Maintained by Needle. Not affiliated with Unity Technologies.] 📦 The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked "addressable", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.Use Window->Asset Management->Addressables to begin working with the system.Addressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.For usage samples, see github.com/Unity-Technologies/Addressables-Sample

https://docs.unity3d.com/Packages/com.unity.addressables@1.18/manual/index.html

License:Other


Languages

Language:C# 100.0%