I have downloaded an asset bundle using www = WWW.LoadFromCacheOrDownload(url,2);.
and instantiated prefabs from the bundle in Scene A.
I want to use same downloaded bundle in other Scene B ? How will it be done? where to find the downloaded bundle?
How to access the downloaded bundle and instantiated prefabs from it in an other Scene B?
Thanks