With addressables 2.x, why is ContentCatalogData.ResourceLocator internal?

I used to use ResourceLocatorMap class to access the locations classes, but now with a binary catalog I cannot do this anymore as the new locators are internal. Why is that? What don’t you want us to do? Where is the line drawn? I would like to be able to update locators and locations at will.

Just want to chime in that we’re running into this same issue. We iterated through the location map to create an internal mapping of GUIDs to addressable paths.

eventually I found out that we still have all we need through the interfaces provided