I recently discovered that our project loads 10 seconds faster by disabling catalog update on startup.
Trying to figure out if there are any potential consequences to this.
- All of our addressable assets are included in build.
- We don't download any remote asset bundles at runtime.
- The local asset bundles may change via a PATCH update (close app, apply patch, restart the app)
- There's no where in the code where the catalog gets update manually