Questions tagged [mixamo]

You use this tag for asking Mixamo character and animation related questions.

Mixamo is a 3D computer graphics technology company. Based in San Francisco, the company develops and sells web-based services for 3D character animation.

37 questions
0
votes
0 answers

character's head and torso turn backward with mixamo Auto rigger

character's head and torso turn backward with mixamo Auto rigger My CHARACTERS head and torso turn the wrong way when I load my FBX to mixamo's auto-rigger in blender in mixamo
rsrc10
  • 3
  • 2
0
votes
0 answers

animation frozen blend tree

so I was gonna make my first third person rpg game and im a pretty experienced game developer around 3 years still when it comes to animations my brain stops functioning correctly so I made my own rigged player model with blender and mixamo. I was…
Bread05
  • 1
  • 1
0
votes
0 answers

Mixamo animations are off

I've had mixamo rig my skeleton with an animation, and it looks fine on the mixamo site, but in unreal it's not quite right. The feet slide while the hips stay in place, where the feet should be planted. Anyone know how to fix this? Mixamo Unreal
tbunreal
  • 181
  • 1
  • 1
  • 8
0
votes
0 answers

im using animations from mixamo and they work fine untill today when i import then it does this

the problem is that whenever i import a animation it looks like this enter image description here i've tried a few things to fix it. But as i said all the animations i've already imported work so i can't seem to figure it out. I think it has…
0
votes
1 answer

Why does Mixamo animation not work in Unity?

I downloaded an animation from mixamo as I have always done. Imported it to Unity and added to my character animator as usual, but I only get a T-Pose. Even in the inspector and inside the game. All the joints in the animation shows up like…
Andre
  • 3
  • 3
0
votes
1 answer

Uncaught TypeError: Cannot read properties of undefined (reading 'play')

I am trying to create avatar and animations thru readyplay.me and mixamo. Here is the link where I learned it: https://dev.to/nourdinedev/how-to-use-threejs-and-react-to-render-a-3d-model-of-your-self-4kkf The code below is my App.js. I am able to…
Meng Ge
  • 21
  • 1
  • 6
0
votes
1 answer

Unable to update Mixamo Animation to a Rigged character

We have Rigged character(.glb) need to add Mixamo Animations to it. I uploaded the .glb file into Blender and exported the same from Blender as .fbx file Then i uploaded .fbx file into Mixamo as new character and added the required animation to…
inzack
  • 53
  • 6
0
votes
0 answers

How to add .fbx animataion from Mixamo in gltf (glb) model?

I have a glb model in my code. I have downloded animations from https://www.mixamo.com/#/?page=1&type=Motion%2CMotionPack Please help to add these fbx animations on glb model in Three.js
0
votes
2 answers

My animations aren't playing when they should be

So Basically, I am creating a wandering ai character in unity using c# and the wandering is all working fine, but when the certain animations are supposed to play, they don't. I will include the code I am using to make this happen. I am also using…
Kai
  • 55
  • 6
0
votes
1 answer

Adding different animations to existing mixamo FBX models three.js

I have copied code for loading an animation (dancing twerk from mixamo) onto an existing fbx model (Douglas from mixamo) from the tutorial here https://www.youtube.com/watch?v=8n_v1aJmLmc but it does not work, as SimonDev uses version 118 of…
Harushii
  • 7
  • 1
  • 5
0
votes
0 answers

How to merge multiple skeleton animations into a single file

I had my model rigged and animated in MIXAMO(.com), then imported to my scene with GLTF format. Animation works fine, but I'd like to add more animations like idle, walking and running like in this three.js example…
lot
  • 1,434
  • 18
  • 23
0
votes
1 answer

How to create .anim file from Mixamo to Unity?

I download the character .fbx file from Mixamo and add to Unity. I want to get .anim file like . I try to drag Idle to the Animation window like, but it cannot paste in the Animation window. I drag Idle to Animator and make a transition like, but…
sleep deep
  • 15
  • 2
0
votes
1 answer

Fbx file 'LimbNode'

I am trying to read FBX file of human and I need to get the joints out of it, I encountered several nodes marked as 'LimbNode' with names of different limbs, I'm pretty sure those are the joints, however I couldn't understand how to find the vertex…
user2207686
  • 107
  • 1
  • 8
0
votes
1 answer

Problems with mixamo animation. The mixamo character end with some different rotation. How can I fix the rotation and fit my own character?

The first problem happen when I'm playing a stand up animation took from mixamo.com including a character from mixamo. The animation is working fine and the character does stand up but in the end when the animation finish some parts of the character…
user1741587
  • 769
  • 2
  • 6
  • 27
0
votes
1 answer

How to rig animation of Mixamo Characters in Three.js?

I am trying to give movements to different body parts of a Mixamo Characters. The method that I am trying involves rotating each bone and seems very naive. Is their any wrapper over three.js which can help build new movement animations in human…
raks
  • 329
  • 1
  • 5
  • 11