Is it possible to clear unused assets from memory without loading a new level? I would like to just load the first level, and then pull the assets I need from asset bundles, releasing them from memory when they are no longer needed.
Resources.UnloadUnusedAssets
–Eric