Export the Sample Sets and Props
VirgoMotionStudioTemplate ships with sample Sets (.set.lsb) and Props (.prop.lsb).
Open the template in Unity and you can walk through the whole flow with real assets: export them and add the result to your Studio app project.
The export specifications themselves are covered in Export a Set and Export a Prop. This page is a quick start for running through the flow using the bundled samples.
Requirements
- Windows PC
- Unity 6 (authored with
6000.0.76f1) - Git — the dependent packages are fetched from Git URLs, so Git must be installed on your PC
- The Studio app (VirgoMotionStudio) — where the exported bundles are loaded
What's included
| Asset | Type | Path |
|---|---|---|
| SampleRoom | Set | Assets/Sets/SampleRoom/SampleRoom.unity |
| SampleHandMic | Prop (handheld microphone) | Assets/Props/SampleMicrophone/SampleHandMic.prefab |
1. Get the template
Get VirgoMotionStudioTemplate from Booth and open the extracted folder from Unity Hub.
On the first launch, the LiveStudio packages are fetched from Git URLs, so resolving packages takes a while.
In the distributed build, the package references are Git URLs pinned to a version tag. If Git is not installed, the packages cannot be fetched and you will get compile errors.
For the flow from opening the template to building it as a streaming app, see Build a VTuber Streaming App.
2. Open and review the sample
Open Assets/Sets/SampleRoom/SampleRoom.unity to see the sample set.
You can export it as-is, or swap out the models and lights to turn it into your own set. For the set specifications (Built-in RP, Layer 22 for post-processing, stage marks, and so on), see Export a Set.
3. Export
Set (.set.lsb)
- In the Project window, select
SampleRoom.unity. - From the Assets menu (or by right-clicking the scene), choose "Lilium Live Studio" → "Export Set Bundle (.set.lsb)".
- Specify a file name in the save dialog and save.
Prop (.prop.lsb)
- In the Project window, select
SampleChair.prefaborSampleHandMic.prefab. - From the Assets menu (or by right-clicking the prefab), choose "Lilium Live Studio" → "Export Prop Bundle (.prop.lsb)".
- Specify a file name in the save dialog and save.
These menu items are not selectable unless a scene asset / prefab is selected.
4. Add to your project
When you load the exported files from the Remote app, they are imported into the Studio app's project folder.
- Set — Load the
.set.lsbfrom the add button on the Remote app's "Stage" page. For how to compose a stage from loaded sets, see Stage. - Prop — Load the
.prop.lsbfrom "Add Prop" on the Remote app's "Prop" page. For attaching it to an avatar, see Props.
Once imported, assets are stored in the project folder, so from then on you can simply pick them from the list.