AssetBundle Manager - Update for Unity3D 5.4?

I’ve been working on my first asset bundle stuff for the last day or so, and the AssetBundle Manager helped out a lot.

I haven’t been able to find a version that has been updated for Unity3D 5.4+ though. I haven’t run into any functionality problems yet, but it throws 6-8 warnings up about functions being deprecated.

I’m about to go through the manager code and clean it up myself (assuming nothing is too tricky to update, following the warnings), but has it been updated somewhere? This seems like an important and core module to get left behind for months.

Or, is there an alternative solution that you recommend I use instead? If so, why?

I believe the latest official version can be found here:

https://bitbucket.org/Unity-Technologies/assetbundledemo

This was updated recently to fix the local server not working.

It would be a good idea to check back on this repo and periodically update your local version as they bug fix this when the need arises. Updating Unity on it’s own won’t always be enough to fix any issues.

There is a modified version of Unity’s code for Unity 5.5 which can be found here, I would try the official one first though and see how you get on with it.