Using Animation Clips with VRoid Characters in Unity

In this post I describe my current plans for animation of VRoid Studio characters in Unity (using animation clips). I might change my mind on the approach later as I learn more, but this is my current thinking. Background Animation clips in Unity capture position information for all the joints of a character. Animation clips … More Using Animation Clips with VRoid Characters in Unity

VRoid Studio Characters and Animation in Unity

3D models are created by external applications and then loaded into Unity as assets. Characters, furniture, buildings etc are all models. VRoid Studio can export files in VRM format that you can then import into Unity using the UniVRM package. This creates a prefab for the character. To then make models move, animations must be … More VRoid Studio Characters and Animation in Unity