AssenBundles build takes too long

Hi! I’m using unity 2018.4.27f1. My project has around two hundreds of assetbundle sources, which are being built every time i want to update asset from certain bundle. Build takes place on pretty powerful remote server.
The drag is that build time is already taking 20-30 minutes and since number of assetBundles is growing, time it takes to build them is increasing relatively.
Thinking of ways to improve bundle build speed came to idea of migrating assetbundle sources to a different project where they would have been built faster. But isolating them means makes it hard to retain connection between classes in code that are bound to certain monobehaviours on these bundles. I would have to do a code that could work without knowing of any assetbundle sources.
Migrating assetbundles to a different project seems like a doable but crazy expensive task. Does anybody have an idea or experience of improving assetbundle build speed and still having a comfortable developing process? Thanks.

Hi @EvgeniyKonyshock ,

Don’t know about your AssetBundles setup, but maybe you can get some useful tips from this thread: Build AssetBundle: why is it SO SLOW

Good luck with it!

Thanks, will check it out!

1 Like