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
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. |