Conversation issues: UnassignedReferenceException Error

Hi!
I have a question regarding conversating with an avatar in my Unity playground. I was conversating perfectly fine with my avatar until I had to re-import the convai package into my scene to ensure that I imported it well. After re-importing it, this error popped up and I have tried troubleshooting it to no avail. I suspect it is an issue with the input handling method. I currently have it set to “Both”. Any help will be much appreciated. Thanks.

Hello @ezewudokositoni,

Could you please share all the console logs?

Much thanks for the quick response. See them below:

Add the following prefab to your scene.

Assets/Convai/Prefabs/Utils/Dynamic Move Target Indicator.prefab

Clean up the ‘characters’ and ‘objects’ sections in the Interactables Data and adjust them according to your scene. If there are none, you can reset the lists. In the ‘Dynamic Move Target’ field, add the ‘Dynamic Move Target Indicator’ prefab that you added to your scene.

Oh yes. Thanks alot!

That fixed the issue.