AssetBundles-Browser
AssetBundles-Browser copied to clipboard
How to share AssetBundleBrowser settings with git?
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?
u can just commit the .meta
file. or imp some config to reimport by setting abname.
ps:
Yeah we do commit meta files. It dose not help. Where can i find this import / export menu?
my repo : AssetBundles-Browser