New Update integration into existing Unity Project

Reply by luc118 | 2024-09-03 15:34:54

The Transcript UI Canvases have issues since my project involves disabling user direct input, as my ConvAI character takes input from a twitch live stream

Reply by k3kalinix | 2024-09-03 15:35:13

As you can see, a lot of things are changing.

Which scripts did you change?

Reply by k3kalinix | 2024-09-03 15:37:08

Or

Reply by k3kalinix | 2024-09-03 15:37:14

Let me send you LTM folder.

Reply by luc118 | 2024-09-03 15:37:14

ConvAINPC and ConvaiPlayerInteractionManager were the ones I changed the most. I added a few more scripts as well

Reply by k3kalinix | 2024-09-03 15:37:39

Attachments:

Reply by k3kalinix | 2024-09-03 15:37:48

Assets\Convai\Scripts\Runtime\Features

Reply by k3kalinix | 2024-09-03 15:38:31

Attachments:

Reply by k3kalinix | 2024-09-03 15:38:36

Assets\Convai\Scripts\Editor

Reply by k3kalinix | 2024-09-03 15:39:21

Embedded Content:
Long Term Memory | API Docs
Learn how to enable character retain conversation history across multiple sessions
Link: Long Term Memory | Documentation

Reply by luc118 | 2024-09-03 15:40:58

Cool, I added those file folders into my project

Reply by luc118 | 2024-09-03 15:41:11

I got back these errors when adding the first LongTermMemory folder: Assets\Convai\Scripts\Runtime\Features\LongTermMemory\ConvaiLTMController.cs(3,30): error CS0234: The type or namespace name ‘Core’ does not exist in the namespace ‘Convai.Scripts.Runtime’ (are you missing an assembly reference?)

Assets\Convai\Scripts\Runtime\Features\LongTermMemory\ConvaiLTMController.cs(4,30): error CS0234: The type or namespace name ‘PlayerStats’ does not exist in the namespace ‘Convai.Scripts.Runtime’ (are you missing an assembly reference?)

Reply by k3kalinix | 2024-09-03 15:42:23

Could you please share screenshot?

Reply by luc118 | 2024-09-03 15:42:45

Images:

Reply by k3kalinix | 2024-09-03 15:42:54

No from IDE

Reply by luc118 | 2024-09-03 15:44:04

Images:

Reply by luc118 | 2024-09-03 15:45:22

should I completely replace the existing script with this new one?

Reply by k3kalinix | 2024-09-03 15:45:39

I think there is more than one dependency for LTM.

Reply by k3kalinix | 2024-09-03 15:46:59

Attachments:

Reply by k3kalinix | 2024-09-03 15:47:05

Assets\Convai\Scripts\Runtime