Original Discord Post by vr_jay | 2024-09-09 18:23:48
My NPC’s are not respecting the player name set in the ConvaiPlayerDataSO. If I ask them who I am or what my name is, they do not have any idea. I do have a ConvaiPlayerDataHandler in my scene that references the DataSO in the resources folder. Using Unity. Thanks for any help!
Thanks for the response. I was wondering about setting a user name for the NPC’s to reference the user by. Is there any way to do that without a prompt? The character name works for me, but I am wondering about player name. Player Data Container | Documentation
Embedded Content: Player Data Container | API Docs
All the information that Convai SDK needs from the player to work properly
Link: Player Data Container | Documentation
Embedded Content: Character API | API Docs
All the relevant APIs needed to create your own intelligent AI characters with Convai.
Link: Character Base API | Documentation
If I use the character API to make a change during Player 1’s session on their device, would Player 2 also see that change when they engage with the same character on a separate device?
Embedded Content: Let’s chat! - Convai Team
Sign up for a friendly conversation where we can discuss your use case and answer your questions. For technical help, please join our Discord channel. We’d love to explore how Convai can help you achieve your goals.
Link: Calendly - Convai Team
Quick question to clarify this. Is there no way to SET the player’s name? We will have 2 concurrent sessions and the players enter their name on a keyboard at the start of the game. Can’t that be passed as a variable into the character’s chat? We’re using Unity.