• Image
  • Image
  • Image
  • Image
  • Image
  • Current Version: 1.0: 2024-11-18T11:39:13Z
  • First Published: 2024-11-18T11:39:13Z
  • Size: 137616
  • Supported Unity Versions: 2022.3.33
tools utilities

Addressable Manager by Gtion

No rating !(0 Vote)
$4.59 $4.59

This is A wrapper package to help people easier using addressable.

Addressable itself is a powerfull package from unity, but i personally found it inneficient when using it. so i made this package!


This is essentials tools when using addressable for me, i want all of you to use it, thats why i sell it at the cheapest price for paid asset. To make it possible for as many people as possible to get.


You can just use addressable as simple as this

AssetReference<GameObject> reference;

var asset = await reference.LoadAssetAsync();

isn't it normal? yes, BUT you're not limited to use it just once :)


asset = await reference.LoadAssetAsync();

asset = await reference.LoadAssetAsync();

asset = await reference.LoadAssetAsync();

doing these again and again are fine without error!

and so much more


Really this is the best for me :) , i hope you like it as well


Unity's Addressable Asset System is a feature that helps developers efficiently manage, load, and unload game assets such as textures, audio, models, prefabs, and scenes. Addressables simplify asset management by allowing you to load assets by an "address" or a key, making it easier to handle assets in a scalable and flexible way, especially for large projects.


Key Features

✔️ Simplify Asset Loading

✔️ Simplify Addressable Scene Loading

✔️ Simplify On-Demand download

✔️ Allows addressables to reference MonoBehaviour

✔️ Avoid loading error shader for specific platform


See Documentation



Add to cart
This site contains affiliate links, which means that we can receive a commission if you click on a link and buy something that we have recommended.
Although clicking on these links will not cost you anything, they will help us finance our development projects while recommending good products!