Get all AssetBundles in project

I’m trying out AssetBundles - and they look very powerfull!

I wonder, however, if theres a way to get a list of all AssetBundles in a project?

I want to use that List in a custom editor of mine.

Actually, the dropdown in the bottom of the inspector contains exactly that list. So how do I get it, for to use in my script?

If it requires the AssetBundleManager, it’s fine with me :slight_smile: Thanks in advance!

(after a few seconds of googling :wink: )