LoginSignup
1
1

More than 3 years have passed since last update.

Assign Custom Avatar to ThreeDPoseUnityBarracuda

Last updated at Posted at 2020-06-12

Create your own avatar in vrm.

I used Vroid Studio to create custom avatar.
You can make your own cute avatar very easily using this and this tool supports English too.
My result of a minuite is like this.
image.png

You can export this in vrm.

Bring it in ThreeDPoseUnityBarracuda

Open the project file in Unity, and create new folder named as 'customVRM' as following.
image.png

And bring the vrm file what you made before to the folder 'customVRM'.
It takes seconds to load the file, and the VRM will be created in the folder as following.
image.png

Drag the prefab and drop to hierarchy view as following.
image.png

And then the vrm represents in hierarchy view like this.
image.png

Add script to the avatar

Next, click the added avatar in hierarchy view and add script named as 'VNectModel' as following.
image.png

Bring the avatar to the property of VNectModel named as ModelObject like this.
image.png

Add nose object

And next you need to add nose object to your avatar.
To do this, put very small Cube object in head of the avatar in hierarchy view like this.
image.png

And add the cube object which is named as nose to the property of VNectModel named as nose as following.
image.png

And click BarracudaRunner in hierarchy view and drag the vrm and drop it to property of that named as 'VNect Model' as follwing.
image.png

Now you can start

Start debbuging
image.png

Please adjust the position or scale of the avatar if needed.

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1