Currently when you make all sorts of assets into addressables, if you have something like AssetReference[] assetReferenceArray
it would show ALL assets marked as addressables regardless of which type or which folder they are located in.
If possible, I’d like to modify this to show certain type of addressable assets and per location of folder.
Is there API for this? Or is this possible? If so, which script should I look into?