Assets
This module helps with loading assets from the filesystem.
LoadBundle
Section titled “LoadBundle”Loads an asset bundle from your mod’s folder.
Parameters
Section titled “Parameters”string filename: The file path, relative to your mod’s directory, to load the bundle from.
Example
Section titled “Example”Creating Asset Bundles
Section titled “Creating Asset Bundles”You can use this unity project template to make asset bundles, it includes stripped versions of all base-game scripts to make implementing base-game functionality easier.