Hi,
I tried the latest version of this plugin, and check the toggle "use mecanim", got the exception below:
AvatarBuilder 'Len Blue Moon': Hips bone parent 'Len Blue Moon' must be included in the HumanDescription Skeleton
UnityEngine.AvatarBuilder:BuildHumanAvatar(GameObject, HumanDescription)
AvatarSettingScript:SettingAvatar() (at Assets/Editor/MMDLoader/Private/AvatarSettingScript.cs:54)
'Len Blue Moon' is the pmd file name, I also have tried some other pmd models got the same problem.
I am using Unity 4.3 (by changing the marco "UNITY_4_2"in the scripts to "UNITY_4_2||UNITY_4_3" to make this plugin work in Unity4.3)