I’m having some trouble trying to translate from my list of AssetReferences in a build to the name of the prefab which is addressable. I’m trying to get this name so the user can choose what they want to load from a dropdown list.
In the editor i can use
assetReferences*.editorAsset.name*
what do i use in a build?