Build the asset bundle
PLUME records are compact files that contains behavioural data, application state, physiological signals, markers, etc. To keep it light-weight, assets used in application (e.g., meshes, materials, lightmaps, etc.) are not saved within the PLUME record files, as they would be redundant across recordings, and are not essential for ex-situ analysis. However, as these assets are necessary to replay the experiment and for in-situ analysis, PLUME is delivered with an asset bundle build script. This script will collect assets dependencies from the built scenes and compress them.
Info
The asset bundle is required to replay the experiment in PLUME-Viewer, but not for external analysis with PLUME-Python.
- Click on
PLUME -> Build Asset Bundle
to build the Asset Bundle. - The asset bundle only includes assets dependencies from the scenes specified in the build settings. Make sure the scenes you want to include are selected.
- The built Asset Bundle is located in your project's folder, under
Assets/AssetBundles/plume_bundle.zip
The Asset Bundle is located in the project's folder under Assets/AssetBundles/plume_bundle.zip
Info
Building the asset bundle can be done at any time. If you change the assets in your scenes, make sure to rebuild the asset bundle to include the updated assets, otherwise you might encounter inconsistencies when replaying the experiment.
Info
When no scene is selected in the build settings, the currently opened scene will be used to build the asset bundle.