How can I get a file that is located in a specific directory in AsettBandl? enter image description here I added the directory "snd2" to AssetBundle, now I need to get the file "bg + 1" from AssetBandl

At the forums, I read that, from version 17+, Unity removed access through the folder to the file. I have to make a unique name in AssetBandl, but maybe there are some options, because there are many files in each folder and they have the same name (I don’t want to give them a unique name)

  • then you need to use not an asset bundle but StreamingAssets - Andrew

0