Skip to content

Instantly share code, notes, and snippets.

@emilianavt
Created September 18, 2021 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emilianavt/255ad5b0ad61a226aff74a5c1dc47399 to your computer and use it in GitHub Desktop.
Save emilianavt/255ad5b0ad61a226aff74a5c1dc47399 to your computer and use it in GitHub Desktop.
It's possible to unmap humanoid bones in a VRM, but it's a bit tricky.
You have to find the VRM Humanoid Description component and double click
the AvatarDescription on there. Then you should see a list of all the
mapped humanoid bones in the inspector by alt+clicking the triangle in
front of human. Look for the bone you want to unmap, then scroll all the
way to the bottom and take a look at the very last bone. Copy all the
entries on the last bone into the slot for the bone you want to unmap,
including the name. Then go back to the top where the number of items in
the bone list is given. Reduce it by one and it should cut off the last
bone in the list, so now the information is only on the one you overwrote.
If you reexport the VRM now, the bone you overwrote with the one from the
bottom should be unmapped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment