Avatar Loader Window
Load avatars from the Avatar Loader Window in Unity
This will open the loader interface, which includes three fields:
Avatar URL: The URL of the avatar you want to load into the scene.
Use Eye Animations: Adds the
EyeAnimationHandler
script to the downloaded avatar, enabling eye-blinking animations. Ensure that theeyeBlinkLeft
andeyeBlinkRight
morph targets are added in the avatar's configuration settings for this to work correctly.Use Voice To Audio: Adds the
VoiceHandler
script to the avatar, which animates the mouth based on input from your primary microphone or an audio clip. Ensure that themouthOpen
morph target is added to the avatar configuration for this to work correctly.
Last updated