Create ‘Particle Live’ with VRoid Studio and STYLY ~1

In this article, we create a ‘singing-and-dancing’ live space with the ‘particle’ performance by using the model created with VRoid Studio.
By applying this method, you can make your favourite live space by using your original model, playing other songs or creating your original particle performance.

これから作るパーティクルライブの完成イメージです

The completion image – ‘Particle Live’

I will show the instruction in the series of four separate articles, which contains Chapter 1 to 11.
This first article covers Chapter 1 to 5, completing the import of the model created with Vroid.

Sample

You can taste the sample space form STYLY GALLERY.

https://gallery.styly.cc/jojomon/9c5ece23-1fe9-11e9-b34d-4783bb2170d0

You can download the Unity project introduced in this article from here:

STYLY_Particle_Live.zip

Preparation

In this article, ‘Vroid Studio’ is used to create the character and the ‘Unity-Chan “Candy Rock Start” Live Demo’ project is used as the base of the live space.

VRoid Studio

https://studio.vroid.com/

Unity-Chan ‘Candy Rock Star’ Live Demo

https://github.com/unity3d-jp/unitychan-crs

The project to upload to STYLY is created with Unity 2019.3.x.

The whole layout

The ‘particle live’ in this article consists of the following components and many of them are controlled by the timeline.

  • 3D model
  • Animation (The whole model, expressions and dynamic motion of hair and clothes)
  • Song (CandyRockStar)
  • Stage (Particle and Shader)
  • PostProcessing
    完成TimeLineイメージ

    The completion image – Timeline

Import the character created with VRoid Studio

VRoid Studio is a free application for Windows and Mac to create 3D model

I am going to explain how to edit the clothes of the default character available in VRoid Studio and export it as a VRM file.

By the way, please read the article below to learn more about how to create a character and export it.

Note that I use VRoid Studio ver.0.5.4 from this point onward.

Download VRoid Studio

Download by clicking the ‘Download’ button on the site shown below.

VRoid Studioのダウンロード

Download VRoid Studio

In this article, I use ‘For Windows (64bit) v0.5.4-p1’.

VRoid Studioのダウンロード

Download VRoid Studio

Download the texture for clothes

In BOOTH, there are a lot of clothes and accessories for VRoid.

This time, I use the clothes created by slip.

https://mrslip777.booth.pm/items/1112303

Boothからテクスチャのダウンロード

Download the texture from Booth

※ Every creator has his/her own user policy, so please read it carefully before use.

How to use VRoid Studio

  1. After launching VRoid Studio, select a sample character from the initial screen.
    デフォルトキャラクターの選択

    Select a default character

  2. Select the ‘Clothing Editor’ tab and then the ‘Texture’ tab.
    テクスチャの編集1

    Edit the texture ~1

  3. Replace the clothes with the ones prepared earlier. Click the ‘+’ button next to ‘Layers’ to add a layer.
    Right-click the added layer and select ‘Import’. Then, select the texture of the clothes downloaded earlier. 
    テクスチャの編集2

    Edit the texture ~2

  4. Save the model.
    From the top menu, select ‘Menu > Save As…’ to save the model.
  5. Select the ‘Camera/Exporter’ tab and export the VRM file.
    VRMのエクスポート

    Export the VRM file

Import the model created with VRoid into Unity

I am going to explain how to import the created model into Unity and display it.

Create a new project with Unity.

プロジェクト作成

Create a project

Download UniVRM from the official site and install it to Unity.

https://github.com/dwango/UniVRM/releases

 

UniVRMダウンロード

Download ‘UniVRM’

 

This time, I use ‘UniVRM-0.45_0c49.unitypackage’.

With the project opened, double-click the downloaded ‘UniVRM-0.45_0c49.unitypackage’ to import.

UniVRMインポート

Import ‘UniVRM’

Next, import the VRoid model.

Select ‘UniVRM-0.45 > import’ and select the VRM file exported from VRoid Studio.

VRMインポート

Import the VRM file

Drag and drop the prefab into the Hierarchy window. Now the import has been completed.

キャラクターをSceneに配置

Place the character in the Scene

That’s all for this first article.

In the next article ‘Vol. 2’, I will show how to transfer the base information (Song, animation and etc.) from the ‘CandyRockStar’ project to the project you are working on.

[Related Links]

newbview popup