uezo / ChatdollKit

ChatdollKit enables you to make your 3D model into a chatbot
Apache License 2.0
693 stars 74 forks source link

Can't setup Model Controller #219

Closed henzinF812 closed 1 year ago

henzinF812 commented 1 year ago

I placed "ChatdollKit/Extension/VRM/ChatdollKit.prefab" in the scene. I couldn't find ”Setup Model Controller” & "Setup Animetor". I'm using Unity 2022.2.12

Something else of interest is that the following scripts are failing to load. ・VRMFaceExpressionProxy ・VRMBlink ・VRMuLipSyncHelper image

henzinF812 commented 1 year ago

It was a very elementary mistake.

The following was performed and resolved. ・Using Unity 2021.3.21f1 ・JSON.NET was version 3.10, so I changed it to 3.02. ・UniTask was Version 2.3.3 so I changed it to2.3.1.

Sorry for the trouble.