-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
help need with animation #291
Comments
Hi @chethanwiz ,
var llmContentSkill = gameObject.GetComponent<LLMContentSkill>()
llmContentSkill.RegisterAnimation("swim_like_dolphin", new Model.Animation("BaseParam", 100, 3.0f));
Then, when ChatGPT wants to swim like a dolphin, it says '[anim:swim_like_dolphin] I want to swim...'. ChatdollKIt handles the animation tag, sets the BaseParam to 100 internally, and then the animation associated with BaseParam == 100 is performed. |
Hello @uezo Also, are you available on Discord or any other platform. |
@chethanwiz You can insert the code in any executable section of a script, such as Start(). I'm unable to provide individual support, but you might find https://learn.unity.com/ helpful 👍 |
Hey, @uezo I'm sorry I asked about Discord; I've seen people maintaining servers and posting updates and stuff, so I was curious. |
hello am not able to understand how to add or create animation while talking, can you please guide me
The text was updated successfully, but these errors were encountered: