Original Discord Post by cytrax_6969 | 2024-07-25 11:04:49
I wanted to know how we can either remove the Chat Box from the Scene or Change the position of the Chat Box in the Unity. The problem is the Chat Box UI, Notification UI, and the Settings UI are so close to the screen that they are not fully visible. When I play the Scene in Unity It doesn’t show up in the VR, instead it shows it in the Laptop Screen. But when i Build the app and play it in the VR, The UI shows inside the VR and it is so close such that it is not properly visible.
Hello <@601335028374568960>, Welcome to Convai Community!
By default, the Notification UI/Settings are on the left hand of your VR Controller.
You can activate them by pressing the Left Controller’s Primary Button. It is up to you to adjust the position of these UI. (By changing Rect Transform’s Position)
For Chat UI positions, you can change the offset value in Chat UI prefabs. (Please check the screenshot)
This is a demo scene and it is up to you to customize/change it.
Embedded Content: Building for VR | API Docs
Building for VR - Unity Plugin Guide for VR development with Convai.
Link: Building for VR | Documentation
Hey, Can you give me a solution to this problem. Suppose I have a Character which is already In the range of talking. If the Set The ChatBot Game Object Set Active False. Will it Still detect the Bot in range or not. Like I want to remove the Chat UI if the bot is not present. So will the Chat UI automatically disappear if the CHATBOT.SetActive is set to false and Reappear again if the CHATBOT.SetActive is set to true ?