Create DIALOGUE system for your game! | Unity tutorial

Create DIALOGUE system for your game! | Unity tutorial

Coco Code

2 года назад

55,110 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

hotura oni
hotura oni - 08.11.2023 07:27

Thank you so much, this tutorial is so amazing ❤

Ответить
Nyo2x
Nyo2x - 23.10.2023 16:37

somebody have same issue as mine? why does LeenTween only work sometimes.

Ответить
VeekM
VeekM - 22.10.2023 13:37

Now this is a real tutorial. Not just showing what to do but also explaining why you do it.

Ответить
DisGrandpa
DisGrandpa - 12.09.2023 19:41

this is the only way I want to see anyone make tutorials, absolutely perfect

Ответить
slowfuse
slowfuse - 07.09.2023 05:22

This video opened up a whole new world for me. This dialogue solution is extremely elegant, scalable and efficient. It also finally helped me grasp a practical use for Classes.

Ответить
Purpopsikle
Purpopsikle - 18.07.2023 10:01

I'm having a bit of trouble:
"The type or namespace name 'Message' could not be found" (it says this for Actor as well.)
I made sure that everything was case sensitive, and both the Message class and Actor class have [System.Serializable] above them. Despite this, it seems that the Dialogue Manager will not use the Message and Character classes from Dialogue Trigger. Any ideas why?

Ответить
Riner06
Riner06 - 12.07.2023 05:46

If anybody is trying to use this in 3d and can't figure out why the dialogue isn't starting when you're close to the NPC just change private void OnCollisionEnter2D(Collision2D collision) to private void OnCollisionEnter(Collision collision)

Ответить
Zatzu Uy
Zatzu Uy - 20.06.2023 19:22

Thank you for the tutorial

Ответить
8-Bit Oni
8-Bit Oni - 05.06.2023 12:03

I don't wanna be rude, but it didn't work. 🙁
Edit:
Sorry, I'm an idiot, you did an amazing job. I got it fixed.

Ответить
LifeisAlmostSerious
LifeisAlmostSerious - 31.05.2023 09:23

Thank you! Hope you continue making guides for noobs like me... Just starting out with no coding background

Ответить
Beavixiam
Beavixiam - 29.05.2023 00:51

How do you keep your npc from falling through the ground?

Ответить
mert kazancı
mert kazancı - 24.05.2023 22:19

BEST TEACHER COCO CODE

Ответить
Lawis M
Lawis M - 16.05.2023 17:18

Thanks 👍

Ответить
Mahdi Bahrany
Mahdi Bahrany - 08.05.2023 13:53

Nice. it was really helpful to me. I was stuck in the dialogue system for days and your video helped me fix it. thank you so much.

Ответить
Mally
Mally - 15.04.2023 12:45

does anybody know how to get the "startDialogue' option on the event function ??? everything else is in the menu and i can't continue :(

Ответить
Cecilia Cecchet
Cecilia Cecchet - 04.04.2023 04:04

Thank you so much for the tutorial, I really needed it.

Also for those using text mesh pro, for every 'public Text' use instead 'public TextMeshProUGUI' and add a 'using TMPro;' at the beggining of the c# script

Ответить
Durszlak25
Durszlak25 - 12.03.2023 23:46

when I walk into the npc's trigger zone, the dialogue doesn't start.Anyone help?

Ответить
Ryuurik Warframe
Ryuurik Warframe - 13.02.2023 16:28

This is the best dialogue guide i have come across so far! So much detail, and well explained! 💯👍

Ответить
Filipe F.Melo
Filipe F.Melo - 16.12.2022 05:32

So,IF anyone could help me , im using the New input system, so when i click The button , it automatically goes to The end of The conversation, help pls ;-;

Ответить
MCRXVIII
MCRXVIII - 25.11.2022 16:14

how can I play audio clips during the dialogue?

Ответить
SexySaxMan79
SexySaxMan79 - 27.10.2022 23:36

Thank you so much for your tutorial I feel like I can finally fix my dialogue script! I had an idea about using id's but I wasn't exactly sure how implement it. Thank you so much! Your video is amazing!

Ответить
Avvvvvvvva
Avvvvvvvva - 17.10.2022 23:00

uhh anyone know any substitutes or other tutorials I can follow like this one? I really like this dialog sytsem but I don't have the money for conversa, I've been searching for months and no other tutorial had what I needed except for this one

Ответить
Dragan Kordić
Dragan Kordić - 06.10.2022 13:59

22.30 I have a problem, the text does not express any animation, is it becouse I am using TextMeshPro?

Ответить
Logavarman .P
Logavarman .P - 24.08.2022 19:06

Can I do this same in a 2d platform type game??

Ответить
Oskar6
Oskar6 - 16.08.2022 15:37

those it work in 3d

Ответить
Semiriano
Semiriano - 03.08.2022 05:13

Great Tutorial, thank you!

Ответить
DerKleineTim
DerKleineTim - 20.07.2022 16:33

Can you u do if u touch the collider from the npc AND press e.g. E , the dialogue starts?

Ответить
Blue Hat
Blue Hat - 12.07.2022 15:40

This is really an Incredible tutorial. I was looking for something like this for hours. Thank you so much!

Ответить
Fajri Muhammad Hamzah
Fajri Muhammad Hamzah - 01.06.2022 13:08

how do you change the text and use text mesh pro instead ?

Ответить
Abazuzy Code
Abazuzy Code - 28.05.2022 12:35

Best

Ответить
AurL
AurL - 10.05.2022 17:34

Hi thx for the tutorial but why the AnimateTextColor won't work ?

Ответить
Malou Hansen
Malou Hansen - 23.04.2022 23:04

how can I add more than one npc with different dialogues

Ответить
Streamy
Streamy - 20.04.2022 17:35

I really want to know how to prevent immediately interacting with the NPC. I want to know how to interact with the npc by pressing a key on your keyboard?

Ответить
Rebourtino
Rebourtino - 20.03.2022 21:19

how do i add the typing text animation ?

Ответить
selfie
selfie - 11.01.2022 05:38

this seem to work only with one NPC character. When you switch to another character with the same script but different dialog input, it still run the dialog input from the first character. Anyone know how to fix that? Help please

Ответить
Ruslan Vasylevskyi
Ruslan Vasylevskyi - 04.01.2022 16:54

I doubt I will get an answer with my poor English, yet I'll try to ask and explain my question:

I have zero knowledge about unity and coding and try to understand it on the go with such helpful tutorials. Though I can't get it what do I need to do if I want my actor, dialog box and actor name to be mirrored, when it's line shows. I managed to add 'box' sprite to manager tho to show mirrored box, but they at exact same position as actor 0's. I hope all that makes sense to you guys. Please help.

Ответить
Fillinan and his amazing shitpost.
Fillinan and his amazing shitpost. - 21.12.2021 23:07

A może dodasz polskie napisy?

Ответить
Beebs Magoo
Beebs Magoo - 14.12.2021 21:38

Sprite doesn't highlight as a class...how does this work on your video?

Ответить
XİAOMİ TV
XİAOMİ TV - 08.12.2021 01:12

Oh man what you done... Why you didn't use a free Asset? :(

Ответить
XİAOMİ TV
XİAOMİ TV - 06.12.2021 18:49

This Tutorial is a Legend!!!! Why this video views is so Low!! You are soooo helped me, GOD BLESS YOU !!!!! SO THANKS!!!!!!!

Ответить
darkman237
darkman237 - 27.11.2021 23:36

What about using Scriptable Objects for this? or C# events?

Ответить
Monoe
Monoe - 10.10.2021 00:22

Great tutorial! the dialogue system here is really flexible, but I was wondering how could we add a typing effect and sound to this? Similar to how its done in undertale

Ответить
- 05.10.2021 16:25

Hey, nice video! What font do you use for thumbnails?

Ответить
Arty Alex
Arty Alex - 25.09.2021 08:42

This is a ridiculously good tutorial!!! Thank you! Thank you! Thank You!!!

Ответить