How can I prevent the transcript from phasing through a wall for a VR application?
Hello,
Welcome to the Convai Developer Forum!
The default transcript/chat UI is just a demo UI, so it’s expected that you’ll customize it for your own VR project.
To prevent it from clipping through walls, you can:
-
Open the UI prefab you’re using.
-
Remove or disable any auto-positioning / follow component that moves it relative to the camera.
-
Manually control its position and distance in your own script so it stays in front of the player.
You’re free to adapt the UI layout and placement to whatever works best for your VR experience.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.