VR in Unity

Original Discord Post by flying_chicken | 2023-11-14 11:11:04

Hi, I want to implement the Convai AI character inside my already build Unity VR . I want to clarify and know more about things I stated bellow

  • I did not using Convai Scene, using URP currently and already VR-able, is there anyway Convai character is workable in this case or else I need to rebuild the whole scene inside Convai Scene
  • How to set up the capsule so that it is compatible with Convai interaction and VR at the same time

Thank You

Reply by k3kalinix | 2023-11-14 11:11:29

Hello <@355928661356183574>, Welcome to Convai Community!

Reply by k3kalinix | 2023-11-14 11:13:47

First of all, will you be using a Ready Player Me character or a Reallusion character?

Reply by k3kalinix | 2023-11-14 11:14:32

1- You don’t need to recreate the whole scene.
When you add the necessary Convai scripts, your scene will be suitable for use.

Reply by k3kalinix | 2023-11-14 11:15:02

  1. I don’t understand your question, can you elaborate a bit more?

Replying to k3kalinix’s Message

Reply by k3kalinix | 2023-11-14 11:13:47
First of all, will you be using a Ready Player Me character or a Reallusion character?

Reply by flying_chicken | 2023-11-14 11:23:54

Ready Player Me
2. Like how to set up a Unity capsule that is compatible with both Convai Player interaction and VR, specifically Oculus 2

Reply by k3kalinix | 2023-11-14 11:25:18

Is the Unity Capsule a representative character?

Reply by flying_chicken | 2023-11-14 11:25:45

Like the video on youtube it is quite clear regardless of Unreal Engine, is there a similar thing in Unity

Replying to k3kalinix’s Message

Reply by k3kalinix | 2023-11-14 11:25:18
Is the Unity Capsule a representative character?

Reply by flying_chicken | 2023-11-14 11:25:53

It represents the player

Reply by k3kalinix | 2023-11-14 11:26:12

We are working on tutorial videos.

Replying to k3kalinix’s Message

Reply by k3kalinix | 2023-11-14 11:14:32
1- You don’t need to recreate the whole scene.
When you add the necessary Convai scripts, your scene will be suitable for use.

Reply by flying_chicken | 2023-11-14 11:27:20

regardless of this, what are the necessary convai scrip

Replying to k3kalinix’s Message

Reply by k3kalinix | 2023-11-14 11:26:12
We are working on tutorial videos.

Reply by flying_chicken | 2023-11-14 11:27:23

Ok great

Reply by k3kalinix | 2023-11-14 11:27:31

If you look at our sample demo scene, there are 2 scripts on Player. Add these scripts to the player.

Images:

Reply by k3kalinix | 2023-11-14 11:28:04

In addition, in the ConvaiNPC script, select the key that starts the conversation as a controller related to VR controls.

Reply by k3kalinix | 2023-11-14 11:29:28

Images:

Replying to k3kalinix’s Message

Reply by k3kalinix | 2023-11-14 11:27:31
If you look at our sample demo scene, there are 2 scripts on Player. Add these scripts to the player.

Reply by flying_chicken | 2023-11-15 01:19:46

Hi, I testing Convai in URP template but character still remain pink after I rendered it. Is there any way to fix this or I need to use normal built-in

Images:

Reply by k3kalinix | 2023-11-15 07:49:09

<@355928661356183574> which Convai version do you use?

Reply by bernardmasika | 2023-11-23 16:07:50

hello <@1023671043287699568>

i am trying the same thing but i am facing some issues.

on my script screenshot, i decided to not touch the existing implementation, and created a separate, functions which subscribe to actions i created. but its not working. check the log, you can observe i have log the stages.

quick question.

  • why does it claim, no active character even though, i checked, true. is Character Active.
  • due to the fact i am aiming for VR, i changed the canvas. to word space, but the words are not appearing, even the handlers.(i.e character: and player: )
  • so for VR, how does it go with micro phone, handling? for example if you are developing for window, you can control that on window settings, and my concern, is mostly during development, i struggling with testing.

NOTE: i imported a custom character, using the character importer. i created the player using ready player me on the dashboard. i hoped i configured correctly following the example character.
i am using XR tool kit.

i am using the complete version, the one from google drive

Images:



Reply by k3kalinix | 2023-11-23 16:18:02

<@694522887717126154> Which Convai version do you use?

Reply by k3kalinix | 2023-11-23 16:18:13

When did you download it and from where?