How to hide the UI

there is no hide UI toggle in my project, how do i do that

Hello @Ajinad,

Could you please clarify your question? What exactly are you trying to hide? If you can share a screenshot of what you’re referring to, that would be very helpful in assisting you further.

i want to hide the widget that shows the conversations as text

The option to hide the UI is not provided as a built-in toggle by Convai. You would need to implement that functionality on your own within your project.

Additionally, please note that the Convai logo cannot be removed unless you’re on a plan that supports it.

This is how I solved it.
Go to the eventGraph of you character (for example BP_FirstPersonCharacter). Add the following code

1 Like

You are not alone in this. For many of us the UI is unnecessary and actually immersion breaking. Hopefully there will be an option to hide it at some point.

As far as I know, you’re using the Unity version. This is already available in the Unity SDK. You can disable the UI directly from the Settings panel.

1 Like

Thanks! Excellent! Might not be in my older version but I’ll have a look! Helpful as always.:saluting_face:

1 Like