Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.05 KB

File metadata and controls

16 lines (11 loc) · 1.05 KB

Meta Avatar Utilities Package

This package contains the implementation of the AvatarEntity class used in many Meta XR samples. It is used to integrate the Meta Avatars SDK into networked Unity projects. It also contains utilities for querying information about an Avatar's mesh, such as characteristics about its arms.

You can integrate this package into your own project by using the Package Manager to add the following Git URL:

https://github.com/oculus-samples/Unity-Discover.git?path=/Packages/com.meta.utilities.avatars

Contents

Script Description
AvatarEntity Implementation of the OvrAvatarEntity that sets up the avatar based on the user ID, integrates the body tracking, events on joints loaded, hide and show avatar, as well as local and remote setup.
AvatarMeshUtils Information about the Avatar mesh querying system can be found here.