Creator Guides
Setup Guides
Step-by-step setup instructions for the most common VTuber Plus customization and content workflows.
Custom Items
Preferred Unity version: 2021.3.45f1.
- Create an empty Unity project.
- Import
VTuber Plus\VTuber Plus_Extras\VTuber Plus SDK.unitypackage. - Select your item in the scene and use the
VTuber Plusmenu to convert it to a Throw Item, Drop Item, or Food Item. - Assign the audio clip and tune component settings.
- For food items, nest the mesh inside an empty GameObject, convert the empty object, and add a Particle System with
LoopingandPlay On Awakedisabled. - Use
VTuber Plus > Export Asset, then copy the exported.vtpafile to the matchingUserItemfolder. - Reload custom items from item settings.
Notes
- You can group custom items by putting them in subfolders.
- Food items can use their own sound effect if an Audio Source is present.
- Throw and drop items can activate a collision particle system if
playOnAwakeis disabled.
Custom Head Pats
Place single-frame PNG files in VTuber Plus\VTuber Plus_Data\UserItem\HeadPats.
Opening Avatar Settings automatically reloads the files. To add sound, place an OGG file in the same folder.
Emotes
Preferred Unity version: 2021.3.45f1.
- Create an empty Unity project.
- Import
VTuber Plus\VTuber Plus_Extras\VTuber Plus SDK.unitypackage. - Select a humanoid animation clip and export it using the VTuber Plus SDK.
- Copy the exported file into
VTuber Plus\VTuber Plus_Data\UserItem\Emotes.
Rooms
Preferred Unity version: 2021.3.45f1.
- Create an empty Unity project.
- Import
VTuber Plus\VTuber Plus_Extras\VTuber Plus SDK.unitypackage. - Create your room scene.
- Add an empty GameObject with the
VTP_AvatarSpawncomponent where the avatar should stand. - Export the scene with the VTuber Plus SDK.
- Copy the exported room file into
VTuber Plus\VTuber Plus_Data\UserItem\Rooms.
External Health Bar
Installation
- Open
Extrasinside VTuber Plus. - Go to
VTuber Plus Healthbar. - Launch
VTuber Plus Healthbar.exe. - In OBS, add a new Game Capture source and select the Health Bar.
- Enable
Allow Transparency.
Customization
Replace Bar.png, BG.png, and Frame.png in VTuber Plus Healthbar_Data\Images with your own images.