I know that I can load the mian AssetBundleManifest file by:
AssetBundleManifest Manifest =AssetBundle.LoadFromFile(Application.streamingAssetsPath + "/StreamingAssets").LoadAssets()
But I found there are many single .manifest file for each bundle .
and they can open by notepad ,which means they are text file ,but not a binary file like the main AssetBundleManifest How could I load these single .manifest file ? I could only found pages about how to load the mian AssetBundleManifest file.
and they can open by notepad ,which means they are text file ,but not a binary file like the main AssetBundleManifest How could I load these single .manifest file ? I could only found pages about how to load the mian AssetBundleManifest file.