Original Discord Post by therealurself | 2024-08-07 09:24:52
I made the Android build straight after downloading and importing the convai sdk from asset store to an empty project and created an Android build to check if the convai can be triggered and do the conversation. I am not able to. I understand that the controller isnt added for it. But atleast there should have been a way to trigger the AI conversation to check.
Are there any changes in the way both the demos are working. I basically have integrated the sdk to my working project that has the way to trigger the interaction, but I am currently facing an issue where the game works fine on Unity editor but I dont get a response when I use the same build in Android
Actually my issue is not related to demo scene. I have convai integrated to our project and have a way to trigger the Interaction but on Android I dont get the response, I have not debugged the issue. but if you can provide a quick reasoning for this issue. I can work in that direction.Attached in the screenshare from our Android device
Reply by therealurself | 2024-08-07 09:39:18
Actually my issue is not related to demo scene. I have convai integrated to our project and have a way to trigger the Interaction but on Android I dont get the response, I have not debugged the issue. but if you can provide a quick reasoning for this issue. I can work in that direction.Attached in the screenshare from our Android device
Will share. Just want to check is there a different scripts that are used for Mobile and Desktop? I had the similar issue with the Unity WebGL as well. There I see the code for ConvaiNPC and ConvaiGRPC are totally different as compared to desktop environment.