uezo/ChatdollKit

Can't setup Model Controller

Closed this issue · 1 comments

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

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.