Search found 5 matches

by CheChe
Wed Jan 11, 2023 7:34 pm
Forum: Dialogue System for Unity
Topic: FMOD Support?
Replies: 3
Views: 881

Re: FMOD Support?

Uh Oh. I'm making a game using FMOD for sound but I also intend to add voice acting in the next month or so. I don't completely understand your answer, but can I or can I not use FMOD for everything in the game while still using your dialogue system to play voice files?
by CheChe
Wed Aug 18, 2021 6:50 pm
Forum: Dialogue System for Unity
Topic: How to change the Dialogue UI, character pics, and font in code.
Replies: 3
Views: 662

Re: How to change the Dialogue UI, character pics, and font in code.

follow-up question. I have a SET of pics for both 2D and 3D mode using a range of emotions: happy, sad, angry, laughing, etc. Kinda like: pic1 = 2Dhappy pic2 = 2Dsad pic3 = 2Dangry pic4 = 3Dhappy pic5 = 3Dsad pic6 = 3Dangry So it's not just 2D = pic1, 3D = pic2. Couldn't I have the dialogue manager ...
by CheChe
Wed Aug 18, 2021 3:19 pm
Forum: Dialogue System for Unity
Topic: How to change the Dialogue UI, character pics, and font in code.
Replies: 3
Views: 662

How to change the Dialogue UI, character pics, and font in code.

Hi Tony. First let me thank you for making this dope game engine. I released my first game with it earlier this year, and I'm trying to use it for my next project. That said, I'm making a game that exist in both 2D and 3D at the same time, switching back and forth between the two at the press of a b...
by CheChe
Mon Mar 29, 2021 10:17 pm
Forum: Dialogue System for Unity
Topic: Issues updating the dialouge manager
Replies: 5
Views: 1265

Re: Issues updating the dialouge manager

OMG I made the exact same mistake, and spent the last 6 hours going crazy trying to fix it! Thanks so much for asking this question and thanks Tony for helping us with the fix
by CheChe
Thu Nov 12, 2020 3:56 pm
Forum: Dialogue System for Unity
Topic: How do select a dialogue option by pressing a specific button?
Replies: 1
Views: 201

How do select a dialogue option by pressing a specific button?

Hello. I'm using a modified version of your standard wheel UI. I've reduced the the dialogue options from 6 to 4. I'm making this game specifically to work with a gamepad, and I want the answer options to be selected by pressing the corresponding button on the d-pad. I'm using Unity's new input syst...