Search Unity

Convert VMD to FBX

Discussion in 'Animation' started by EthanVeryBest, Nov 24, 2020.

  1. EthanVeryBest

    EthanVeryBest

    Joined:
    Nov 24, 2020
    Posts:
    1
    Am a little confused, been searching up YT Tutorials and going on conversion sites.

    How do I convert VMD to FBX?
     
  2. Napoloo

    Napoloo

    Joined:
    Nov 30, 2021
    Posts:
    5
    Hey! Pretty late but...

    I scrambled upon a case where I wanted to convert a MikuMikuDanceMotion (aka VMD) to an AnimationClip, thanks to a friend of mine, they suggested to me to use this https://gitee.com/cmoyuer/vrchat-avatar-toolkit/releases, and it works pretty fine, it takes in a VMD and returns to what it looks like a ScriptableObject that contains the newly created AnimationClip that's the same as the provided VMD but now as an AnimationClip.
    It's the option that says contains "MMD"

    upload_2022-11-7_13-25-43.png

    And here you just pass in the VMD file and click the button... It'll start the conversion.

    upload_2022-11-7_13-34-48.png

    I think this is pretty much it, of course there are a bunch of other methods to do that however, I just so happen to not know of any...

    What that said, helpfully this is somewhat useful...

    Cheers!
     
    Turtle-kun and Zekiel like this.