Original Discord Post by jeanstephane1 | 2024-09-09 20:16:30
In my unity project, i have been able to receive debug in my console in which the the player had a conversation with the NPC, i received the npc’s change in state of mind. Yet when i make my NPC talk to other NPCs, i do not receive its state of mind. Can a convai character’s state of mind change when conversing with NPCs or is it simply when interacting with players?
Its possible because we don’t update the session id when doing npc to npc, if you want to update it head over to NPC2NPCGRPCClient class and in line 209convaiNPC.sessionID = result.SessionId; and lmk if this solves the issue