Setup Meta Movement SDK
Last updated
Was this helpful?
Last updated
Was this helpful?
As an alternative to using Final IK for inverse kinematics, you could also use Meta's Movement SDK when you plan to develop for Meta Quest Platform.
It supports Body Tracking and Facial Tracking.
Unity Version 2021.3 or higher
- v7.1.0+
- v5.0.0+ (included as a dependency in Ready Player Me Core)
v5.1.0+
Before testing in VR you should Fix any issues diagnosed by the Meta Project Setup Tool by clicking on Edit
-> > Project Settings
-> Meta XR
There is a separate Ready Player Me package, that brings some utilities to make the integration easy.
But before installing the Meta Movement Support Package, make sure you meet all the requirements. Check especially whether Meta Movement SDK has version 5.1.0 or higher and Ready Player Me Core has version 7.1.0 or higher.
Please follow the installation steps on the GitHub Readme.
Once you installed the Meta Movement Support Package, import the sample and get yourself familiar with the functionality.
Import the sample by going to Window -> Package Manager -> Ready Player Me Meta Movement Support -> Samples -> Import
Now open the Scene and run it in the Editor (with your Meta Quest Headset connected). Therefore follow the three steps:
Open the scene Assets/Samples/Ready Player Me Meta Movement Support/VERSION_NUMBER/LoaderSamples/Scenes/DynamicLoader
or Assets/Samples/Ready Player Me Meta Movement Support/VERSION_NUMBER/LoaderSamples/Scenes/PrefabLoader
Connect your Quest device via Quest Link
Click on the Play
button in the Unity Editor
Visit the GitHub Readme to learn more details about the setup.