In the older version there was an script of look at the character to the convai player. in the newer version it is not script of look at the convai player. what is the solution for that?
Hi, thanks for connecting.
You can implement manual Convai connection like this:
Add ConvaiManager, ConvaiRoomManager, and ConvaiCharacter to the scene.
In Inspector:
ConvaiRoomManager -> Connect On Start = OFF
ConvaiCharacter -> Auto Connect = OFF
Attach this script to a GameObject, then assign ConvaiCharacter and ConvaiRoomManager references.
Call:
ConnectNow() for manual connect
DisconnectNow() for manual disconnect
Note: Character disconnect/reconnect behavior is currently under development and may not work consistently in all cases yet.
For now, please use the
Manual connect flow as shown below. CustomStartCharacter.cs (3.8 KB)
Connection problem. i am just change the character. and check the connection. but at some moment it is not connected. just connecting, connecting only. here i attached the video.
please check the video and let me know how we can resolve it.
We’re aware of the issue. Due to unusually high traffic, this problem is occurring intermittently. Our team is actively working to stabilize the service and resolve it as quickly as possible.
Hello, connection and reconnection is worked. but some more problems are there.
1 - it throws the error while multiple NPC present in the Scene.
2 - If only one NPC is there in the room then it is working fine. without any errors
3 - also somehow it detects the disable NPC as well if present in the scene. in my existing project i have 20 NPC in the scene and it is enabled at the requirement of the NPCs.
4 - How to assigned the activeNPC as i researched from chatgpt. i need to assign NPC into convaiManager ExplicitConversionTarget. but it didn’t worked.