Unity’s Addressables system allows you to write your own custom analyze rules. Nice!
The rows also supports adding custom right-click context menu entries… but deliberately excludes the user from making good use of it because the necessary members are marked internal for some reason. It kind of sucks that the choice was made to deliberately disallow using this very useful feature.
It sucks that there’s no asset ping when clicking on a row in this window. If I had custom context menus, I could add this missing feature myself. But my workflow for processing 100 assets right now is to manually type in enough text into the search bar to get an exact match. Very long, painful, tedious, and just a bad user experience.
I know that the analyze rules support a “fix” function, but it only provides 1 solution. Sometimes there’s more than one ‘fix’, and the user could pick which one they want from a menu of options.
It’s better to make an entire custom rules engine from scratch (I did) than to use this existing one with such artificial limitations as this.
It would be nice to get a graph view, rather than a tree view, to help with visualizing relationships.
Does the community have any way of improving the usability of the Addressable Analyze Window?