Note
This package is currently in early preview and is subject to changes at any time.
This repo contains the following:
- Unity packages:
ai.text2motion.unity.client
: Text2Motion's unity integration client, can be use to make request to Text2Motion's API for generating Animation Clip on a given humanoid model.ai.text2motion.unity.csharpclient
: Text2Motion's openapi spec generated CSharp Client.
- Example Unity project with the above two package loaded along with a simple model with the integration script attached for generating animation.
See the Package Documentation for more information.
This package is generated. To update this package, follow the instruction in comment in generate.sh
To run the Unity project:
- Clone this GitHub Repository
- Install Unity version
2022.3.4f1
via the Unity Hub - Open Unity Hub
- Click on Add and Add project from disk
- Navigate to the cloned GitHub Repository root and click Add Project
Once the project fully loaded, open TestScene under Assets/Scenes