Game Engine: Unity
Convai Integration: Unity Convai package + Convai WebGL package
Export Target: WebGL
Issue Summary:
I initially integrated Convai into my Unity scene using the standard Convai Unity package. The scene ran correctly in the editor, and the Convai script worked as expected with a custom character.
However, when I attempted to export the project as WebGL, I added the Convai WebGL package. After doing this, Unity displayed multiple errors and the project no longer ran.
Questions:
- Do the Convai Unity and Convai WebGL packages conflict with each other?
- Is there a proper way to export a scene using Convai to WebGL?
- Do I need to remove the original Convai Unity package and rebuild the scene using only the Convai WebGL package?