Text displays the conversation between the user and NPC on the same line



The conversation between the user and NPc appears on the same line, and NPC does not display text. Unable to scroll and display text normally

I wasn’t able to reproduce this issue with the default setup. It looks like you’ve made some customizations, and it’s possible that some elements were accidentally removed or modified. Unfortunately, we’re unable to provide support for customized implementations.

I recommend reverting any changes made to the Prefab, and only altering the background of the Panel.

I want to completely remove the convai plugin and reinstall it. How can I uninstall the plugin completely?


I didn’t see the remove button

Hi user1, as far as I know - to remove the Convai plugin you delete the entire Convai folder in your Project window, that’s how I do it. Please back up your entire project first, just in case.

The Remove button is only available for packages installed from the Unity Registry (i.e., those added to manifest.json).

For assets downloaded from the Asset Store, there is no direct Remove button. To completely uninstall Convai, Delete the Assets/Convai folder manually. Then you can re-import the latest version via Package Manager.

As @Tyke mentioned, if you have project modifications that you don’t want to lose, consider using version control (e.g., GitHub) to keep your project backed up before making changes.

Let us know if you need further assistance!