Open Assets/Scenes/PreviewScene.unity. Click the Loader object to open the inspector with several options.

Right click on the Header where it says "Ab Preview (Script)" to show the context menu. Click Extract to extract the AssetBundle. You should now see the references in the Asset Refs array. Right click again and select Preview to spawn the asset in the editor.

Error handling

If you get an error that the AssetBundle is already loaded, use Tools - Unload all AssetBundles.

Dependencies

Dependencies are not automatically resolved in the current version. You can load them manually by loading the dependencies first (AssetBundles are not unloaded automatically).