Publisher | Tiny Goose |
---|---|
File size | 318.91kB |
Number of files | 15 |
Latest version | 1.0.3 |
Latest release date | 2023-11-21 11:34:12 |
First release date | 2023-11-21 11:34:12 |
Supported Unity versions | 2018.4.2 or higher |
Addresses is a small set of scripts that allow you to easily load assets asynchronously using Unity's Addressables system, without needing to hardcode strings everywhere.
Instead of loading "P_MyCoolestPrefab", load Addresses.Prefabs.Coolest. Or Addresses.Gameplay.Cool. Or whatever you want to call it.