orangeduck / Motion-Matching

Learned Motion Matching example implementation and source code for the article "Code vs Data Driven Displacement"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How should I get the switching of other actions to work

huang-1030 opened this issue · comments

Thanks for your great work, following your way I managed to switch between running/jumping, but when I want to switch between other actions, such as lifting/kicking, it has some problems, I put the position of the end joint of the hand Information is used as features, and three models are retrained, and the cpp file you gave is also changed to make the dimension of features.bin larger (added hand position). But the results were not as expected. Please tell me what should I do to make the switching of other actions work normally.

Looking forward to your reply.