ava.avatar

Represents a VR & V-tubing avatar model.

Representations

  • Blender: Component on Collection

  • Unity: Component

  • Godot: Component

Properties

Key

Required

Type

Description

viewport

No

Resource-ID

stf.node representing the viewport position.

primary_armature_instance

No

Resource-ID

Armature instance for humanoid IK, eye-rotations, …

primary_mesh_instance

No

Resource-ID

Mesh instance for facial visemes

Implementations

Blender

Codeberg

Unity

Codeberg

Godot

TBD

Json Example

"f4957bbb-007e-4191-8429-8e871412e2f5": {
	"type": "ava.avatar",
	"referenced_resources": [
		"1bef1076-0f2a-402e-8e9f-57d2c7095319",
		"e6ae2ed1-fc53-43ee-ac53-05bf296d5fc1",
		"bbff51e8-b34d-4ec4-aca4-3fcecad73309"
	],
	"viewport": 0,
	"primary_armature_instance": 1,
	"primary_mesh_instance": 2
}