Method LoadAssetBundle
| Improve this Doc View SourceLoadAssetBundle(string)
Loads an asset bundle at runtime.
Declaration
public static AssetBundle LoadAssetBundle(string bundlePath)
Parameters
Type | Name | Description |
---|---|---|
string | bundlePath | Asset bundle path relative to "plugins" BepInEx folder |
Returns
Type | Description |
---|---|
AssetBundle | AssetBundle loaded, or null if invalid path |