NPC tour guide

Original Discord Post by ayamidj_99952 | 2024-10-24 17:10:32

i’m trying to make the character go up to the first floor of a villa by two options stairs and ramp which user gonna choose between , but I’m not sure how to make ai chr. go up , is the script #tourguidecontroller in this vid https://www.youtube.com/watch?v=wmhoNXUhc1U will work?
also not sure if this flowin the pic. is right?

Images:


Embedded Content:
AI-powered Onboarding Character for Digital Twin Environments | Co…
This Unity tutorial shows you how to add a Convai-powered Tour Guide character for your 3D virtual environments. Convai’s Narrative Design Feature lets creators add spatial anchors in the 3D environment which guides the 3D AI character to navigate the world while following step-by-step instructions. The character follows instruction prompts comb…
Link: https://www.youtube.com/watch?v=wmhoNXUhc1U

Reply by k3kalinix | 2024-10-25 00:43:45

Hello <@1263195365684023359>

Reply by k3kalinix | 2024-10-25 00:46:00

You need to add two different NarrativeDesignTriggers to the scene.
One for stairs and one for ramps.

When you trigger this, you can trigger the Movement code in the OnSectionStart (Unity Event) of the NarrativeDesignManager.

Reply by ayamidj_99952 | 2024-10-25 07:07:14

i did that already with all the other triggers but the charachter moves in the same place

Reply by ayamidj_99952 | 2024-10-25 07:19:04

I simply did the same as the tutorial videos, but the character still moves in the same place

Images:







Reply by k3kalinix | 2024-10-25 07:35:27

Because closer to villa is same game object.

Reply by ayamidj_99952 | 2024-10-25 07:54:20

no it was in another game object first called “get closer to maria”

Reply by ayamidj_99952 | 2024-10-25 07:54:24

Images:

Reply by ayamidj_99952 | 2024-10-25 07:55:06

Images:

Reply by k3kalinix | 2024-10-25 08:05:22

Firstly

Reply by k3kalinix | 2024-10-25 08:05:26

Clear ND Trigger’s Unity Events

Reply by ayamidj_99952 | 2024-10-25 08:09:33

reseted all three triggers

Reply by k3kalinix | 2024-10-25 08:09:45

Okay

Reply by k3kalinix | 2024-10-25 08:10:00

Now let’s go step by step.

Reply by ayamidj_99952 | 2024-10-25 08:10:06

okay

Reply by k3kalinix | 2024-10-25 08:13:09

Okay can you show me your Ramp Trigger?

Reply by ayamidj_99952 | 2024-10-25 08:15:15

ramp trigger is in the middle of the tour now I’m stuck in the into section from the beginning :broken_heart:

Reply by k3kalinix | 2024-10-25 08:15:28

Wait wait

Reply by k3kalinix | 2024-10-25 08:15:56

Click on your NPC

Reply by k3kalinix | 2024-10-25 08:16:22

I need to see the NarrativeDesignManager