Updating FBX with new mesh with new blendsape, breaks FBX

I am trying to add a new blendshape to this avatar to make the left arm really small as part of the toggle for the cool cyberpunk mantis arm. Right now it’s clipping as you can see from the image below, but my plan is to make a blendshape that will shrink the whole left arm really small so it looks like that section of the arm is replaced with the cyberpunk arm.

So I imported the FBX from the unity project into blender. I use Blender 3.0.0 so that I can use CATS blender plugin, but I didn’t use CATS for anything with the avatar. These images below are my FBX export settings once I was done creating the blendshape key.


After that, I put the new FBX into my unity project and replaced the mesh in the skinned mesh renderer component, and now it’s skinnier than a pencil!

I’ve been trying to learn blender and unity for a couple months now, but there are still a lot of things I don’t understand, like these export options for example. So I am having a lot of trouble locating the issue.

Any help or advice would be greatly appreciated!

To match with the usual Unity export parameters from blender try the following:

  • In the transform/Apply Scaling, select FBX Unit Scale (to fix the scaling issue from the fbx)
  • Select the apply Transforms (just in case, to apply any modification being done)

If you also made changes to the armature (like bone creation or removal), maybe redo the armature within the rig menu of the fbx in Unity.

See if all of that helps.

Personally what I end up doing when I edit an avatars model is dropping the new FBX into the scene, and then using Pumpkin avatar tools to copy components from the original avatar to this new model.

In the import settings for the model, set the armature stuff before dropping the model into the scene, so there will be an animator. Gets me every time, because pumpkin copies everything else.

1 Like

Those settings worked like a charm! Thank you so much!

1 Like

Thank you for this cool resource, I’m definitely going to give this a whirl!