Firstborn/Library/PackageCache/com.unity.addressables@1.19.19/Documentation~/RuntimeAddressables.md
Schaken-Mods 7502018d20 Adding Mod Support
There is an asset in the store I grabbed. the coding is WAY above my head, I got about half of it and integrated and adapted what I can to it. im going as far as I can with it and ill come back in a few month when I understand t better.
2023-05-13 22:01:48 -05:00

3.9 KiB

uid
addressable-runtime

Using Addressables at runtime

Once you have your Addressable assets organized into groups and built into AssetBundles, you must still load, instantiate, and, in the end release them at runtime.

Addressables uses a reference counting system to make sure that assets are only kept in memory while they are needed. See Memory management for more information about reference counting and how you can minimize the amount of memory used by assets at any given time.

Addressables provides several options and APIs for loading and instantiating Addressable assets. See Loading Addressable assets for information and examples, including:

Addressables uses asynchronous operations for most loading tasks. See Operations for information on how to handle operations in your code, including:

See the following for information about other runtime topics: