This sample demonstrates how to embed the MetaPerson Creator into Unreal Engine 5 applications.
Watch also the video tutorial on Youtube.
You need to complete the following steps before experimenting with this sample:
- Install UE5.3 (or newer) and Visual Studio 2022
- Get an AvatarSDK developer account at https://accounts.avatarsdk.com/developer/signup/
- Create an application with Client credentials Authorization Grant at https://accounts.avatarsdk.com/developer/
- Copy the
App Client IDandApp Client Secretfrom the Client Access application at https://accounts.avatarsdk.com/developer/
Now you are ready to go:
- Clone this repository to your computer
- Create a Visual Studio 2022 project by right-clicking on Metaperson2.uproject and clicking "Generate Visual Studio Files".
- Compile and Run Visual Studio project
- Find the Edit->Project Settings->Plugins->Avatar SDK Metaperson 2 section in UE Editor and set these parameters in the corresponding fields:
- Play the default level (/ThirdPerson/Maps/ThirdPersonMap)
Inside the application:
- You can select any of the sample models or create a personal avatar.
- Once you finished an avatar's customization, press the
Exportbutton to download it and show it in the Third Person scene.
You can find the documentation for the sample at https://docs.metaperson.avatarsdk.com/business-integration/ue/github_sample
If you have any questions or issues with the sample, please contact us support@avatarsdk.com.