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.

  1. Create an empty Unity project.
  2. Import VTuber Plus\VTuber Plus_Extras\VTuber Plus SDK.unitypackage.
  3. Select your item in the scene and use the VTuber Plus menu to convert it to a Throw Item, Drop Item, or Food Item.
  4. Assign the audio clip and tune component settings.
  5. For food items, nest the mesh inside an empty GameObject, convert the empty object, and add a Particle System with Looping and Play On Awake disabled.
  6. Use VTuber Plus > Export Asset, then copy the exported .vtpa file to the matching UserItem folder.
  7. 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 playOnAwake is 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.

  1. Create an empty Unity project.
  2. Import VTuber Plus\VTuber Plus_Extras\VTuber Plus SDK.unitypackage.
  3. Select a humanoid animation clip and export it using the VTuber Plus SDK.
  4. Copy the exported file into VTuber Plus\VTuber Plus_Data\UserItem\Emotes.

Rooms

Preferred Unity version: 2021.3.45f1.

  1. Create an empty Unity project.
  2. Import VTuber Plus\VTuber Plus_Extras\VTuber Plus SDK.unitypackage.
  3. Create your room scene.
  4. Add an empty GameObject with the VTP_AvatarSpawn component where the avatar should stand.
  5. Export the scene with the VTuber Plus SDK.
  6. Copy the exported room file into VTuber Plus\VTuber Plus_Data\UserItem\Rooms.

External Health Bar

Installation

  1. Open Extras inside VTuber Plus.
  2. Go to VTuber Plus Healthbar.
  3. Launch VTuber Plus Healthbar.exe.
  4. In OBS, add a new Game Capture source and select the Health Bar.
  5. Enable Allow Transparency.

Customization

Replace Bar.png, BG.png, and Frame.png in VTuber Plus Healthbar_Data\Images with your own images.