Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Feedback Possibility to extract catalog data and merge several catalogs in one on build time

Discussion in 'Addressables' started by androshchuk-vladyslav, Dec 1, 2020.

  1. androshchuk-vladyslav

    androshchuk-vladyslav

    Joined:
    Dec 13, 2015
    Posts:
    127
    Hi,
    We have system, where all remote features are build separately. For each group we generate own catalog file. Then when we need modify content on clients we build main custom container catalog file, which include keys with all other catalogs only (100+). Afterwards we download all catalogs by LoadCatalogAsync.

    But groups count is growing, and we need possibility to download all catalogs at build time, merge content on one and then deploy to CDN. However now there are no possibility to unpack catalog content, merge and pack again due to custom serialization file structure.

    Thanks!
     
  2. TreyK-47

    TreyK-47

    Unity Technologies

    Joined:
    Oct 22, 2019
    Posts:
    1,816
    Thanks for the feedback, and the suggestion! We'll kick this over to the team for them to review!
     
    androshchuk-vladyslav likes this.
  3. androshchuk-vladyslav

    androshchuk-vladyslav

    Joined:
    Dec 13, 2015
    Posts:
    127
    Thanks a lot, if needed I can provide all details.