despawn
import { Vrm } from "@hmcs/sdk";
vrm.despawn() removes the character from the scene.
const character = await Vrm.findByName("MyAvatar");
await character.despawn();
import { Vrm } from "@hmcs/sdk";
vrm.despawn() removes the character from the scene.
const character = await Vrm.findByName("MyAvatar");
await character.despawn();