Fydar / AssetIcons

The public issue tracker and documentation for AssetIcons
https://fydar.dev/portfolio/asseticons
7 stars 0 forks source link

Create a low-level API for expanding AssetIcons #30

Closed Fydar closed 4 years ago

Fydar commented 4 years ago

10 required that code that addressed support for Unity's Addressable system was in a separate .asmdef file in-order to only reference Addressables when the package is used by this Unity project.

In order to archive this level of modularity, I'm going to need to expose two parts of AssetIcons via a low-level API:

By abstracting the loading of graphics I can allow the Addressables implementation load graphics via asynchronous APIs.

"Compat" (compatibility) layers will be easy to create and will allow me to easily extend support and allow for user-customization of the asset.