Search Unity

Work flow for git submodules?

Discussion in 'Addressables' started by jasonatkaruna, Jan 10, 2020.

  1. jasonatkaruna

    jasonatkaruna

    Joined:
    Feb 26, 2019
    Posts:
    64
    Hi there,

    My team uses git submodules in our project. The addressable system saves its changes at the root of the project directory. It would be nice to be able to have multiple addressable groups in subdirectories (where our submodules live), so that our addressable changes are local to that submodule.

    for example, we could have

    Assets/core_submodule/AddressableAssetsData
    Assets/environment_submodule/AddressableAssetsData

    Is that possible?

    If not, what would you suggest we do to improve our workflow with addressables? Thanks!