Home > other >  Turn to the great god assetbundle for less than the manifest file
Turn to the great god assetbundle for less than the manifest file

Time:11-26

In learning assetbundle related functions
After normal packaging material assetbundle, after the file is packaged correctly to generate the manifest file but in the code but couldn't get AssetBundleManifest file
 
AssetBundle budle=return AssetBundle. LoadFromFile (" D:/Project/AssetBundleTest/Assets/AB/cube. AB ");
AssetBundleManifest manifest=budle. LoadAsset (" AssetBundleManifest ");

Obtain the manifest method is fixed budle LoadAsset (" AssetBundleManifest "); You see online are so write
  • Related