Android Unity build not sending messages

Reply by raghuvanshagarwal | 2024-10-07 08:43:59

hi <@1199860761518936146> you can leverage the onSubmit event on the inputfield to call HandleInputSubmission, for this please make the following changes

  1. Headover to ConvaiPlayerInteractionManager class and make HandleInputSubmission a public method
  2. Create a script and attach it to Inputfield
  3. Subscribe to onSubmit event and call
  4. call ConvaiNPCManager.Instance.SetActiveConvaiNPC(, false)
  5. call ConvaiNPCManager.Instance.activeConvaiNPC.playerInteractionManager.HandleInputSubmission()

Hope this helps, we will fix this issue in next release