uezo / ChatdollKit

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

Set message windows automatically without configurations #278

Closed uezo closed 6 months ago

uezo commented 6 months ago

Now UserMessageWindow and CharacterMessageWindow should be set manually to DialogController. If not Awake fails and conversation can't be processed forever. This change prevents such error by searching and setting message windows automatically if not set.