In most cases you will want to create an avatar for each player. Create your own avatar and assign it to AXRPlayground component.

VR Avatar
A VR avatar for VR HMD players consists of four parts :
- Head
- tracks the center eye pose of the VR HMD
- Left/Right Hand
- tracks the left/right controllers
- Body
- follows the position of “Neck” transform under “Head”
How to create a VR Avatar
-
Create a VR Avatar prefab from the menu.

-
Put visuals for each part of the avatar in the prefab.

-
Put interactors under the hands as needed. (refer to Handle Player Input)

Mono Avatar
A mono avatar for AR device players consists of three parts
- Head
- tracks the pose of the AR device
- Right Hand
- the primary touch on the device screen simulates the right controller’s pose and trigger button
- Left Hand
- the secondary touch on the device screen simulates the left controller’s pose and trigger button
How to create a Mono Avatar
-
Create a Mono Avatar prefab from the menu.

-
Put a visual for the head in the prefab.

-
Put interactors under the hands as needed. (refer to Handle Player Input)

Avatar Selector
You can create multiple avatars and select one for your player based on different policies :
- based on player type : VR or mono
- based on User ID
- randomly selected
How to create an Avatar Selector
-
Create an avatar selector prefab from the menu.

-
Set your avatars in the inspector as you want.

Best Practice for Avatar Selector
Avatar Selector is also a type of Avatar. This means you can construct an avatar selector chain using different kinds of avatar selectors.
Here is an example of a typical avatar selector chain.
- Avatar Selector (By Player Type)
- Vr Avatar : Avatar Selector (By User ID)
- “player1” : VR Avatar #1
- “player2” : VR Avatar #2
- Mono Avatar : Avatar Selector (By User ID)
- “viewer” : Mono Avatar designed for Viewer
- “operator” : Mono Avatar designed for Operator
Getting Started
System Requirements
Quick Start
Explore Demo Scene
Programming Guide
Create Avatar
Set Places
Handle Player Input
Share Animator
Share Video Player
Share Timeline