When testing in the Unity Editor, everything works perfectly — once the character is spawned, I can type into the input field and press Enter, and the character responds as expected.
However, when I build and run the app on mobile (Android/iOS), typing in the input field and pressing the “Done” or “OK” button on the mobile keyboard does not send the message to the character. It seems like the input isn’t being submitted or processed on mobile.
Has anyone else encountered this issue? Any ideas on how to fix or work around it?
Thanks buddy! @K3
Yes, voice input is working perfectly and the character responds as expected.Everything else in the setup is functioning correctly, it’s just the text input field on mobile that isn’t behaving as expected.