Addressable are horrible to work with.
Resources are much easier.
Resources do not have the dynamic abilities of addressables, and the loading asynched. But addressable add yet another vector to overblown complexity.
Trying to hunt why this specific material is not updating, and it keeps taking the older(non existing/cached) version of the material is a time sink and horrible.
Are there plans to bring something that is as convenient ad Resources, but also has asynch loading?