Original Discord Post by h3ll51ng | 2024-10-18 12:53:22
Hello, I have integrated a convai character with lipsync in my unity scene. Everything works as it should in editor but when building for iOS through xcode i come across gRPC errors. I went through the documentation and made sure the necessary gRPC runtime files are available as suggested but the build still fails.
Embedded Content: Building for iOS/iPadOS | Documentation
This guide will walk you through the process of installing Convai-powered Unity applications on iOS and iPadOS devices.
Link: Building for iOS/iPadOS | Documentation
Yes, I have. The asset store package gor convai were missing the ios runtime files for grpc.core(libgrpc_csharp_ext.a and libgrpc.a). i have added them and they are still giving errors.
The asset store package is missing the ios folder inside grpc core/runtime. Can you give me download links for those giles because the documentation mentions that those files are needed
Embedded Content: NPC AI Engine - Dialog, actions, voice and lipsync - Convai | Behav…
Get the NPC AI Engine - Dialog, actions, voice and lipsync - Convai package from Convai and speed up your game development process. Find this & other Behavior AI options on the Unity Asset Store.
Link: NPC AI Engine - Dialog, actions, voice and lipsync - Convai | Behavior AI | Unity Asset Store
Hey, it works. I previously tried install the ios build package from the custom packages folder but it doesnt add those library files. Those file are added if selected from menu like you suggested. Thanks a lot