We have few machines with same project that used to build bundles with AssetBundleBrowser.
Problem is that AssetBundleBrowser configuration is saved somewhere inside Library and dose not get shared to other people thou git. So we need to reconfigure AssetBundleBrowser every time, since we don't know if any bundles where renamed, moved or deleted by other people. This in turn forces full bundles rebuild every time we press "Build". Is there a way to export settings or share them thou git?